2026-07-07
12 days ago by ReadMe API
Summary: Accept Agreement Endpoint
Accounts
- Added
POST /accounts/{account}/accept_agreementendpoint. This endpoint allows agreement acceptance when the account is already provisioned. The request includes the person identifier, agreement identifier, and the timestamp when the agreement was accepted. The endpoint returns the customer account details, either PersonCustomerResponse or BusinessCustomerResponse depending on the account type. - Deprecation Warning: The
idfield in PersonCustomerResponse and BusinessCustomerResponse is now deprecated. Use thepersonfield for person customers and thebusinessfield for business customers instead. Theidfield will be removed in a future version of this API.