2026-07-13
6 days ago by ReadMe API
Summary: Customer Account Responses Now Include Accepted Agreements
Accounts
New Field: agreements
agreementsThe CustomerAccountResponse schema now includes an agreements field that returns a list of all currently valid and signed agreements for the account. This affects the following endpoints:
- GET /accounts/{account_id} - Retrieve a customer account
- GET /accounts - List customer accounts
- POST /accounts - Creates a new customer account
- POST /accounts/{account_id}/accept_agreement - Accept new agreements after account is already provisioned.