Accept one or more pending agreements

Records the customer's consent for the supplied agreement IDs. The user identifier (email) recorded on the partner's audit trail is decoded server-side from the X-User-Token JWT — the client never sends it explicitly.

Returns 202 on success; partner platforms record the consent asynchronously. Idempotent — re-accepting the same agreement is a no-op partner-side.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Records the customer's consent for one or more agreements previously returned by GET /me/agreements. The server-side audit trail records the user identifier (email) and timestamp on the partner platform.

terms_ids
array of strings
required
length ≥ 1

Agreement IDs to accept. Source from GET /me/agreements.

terms_ids*
Headers
string
required

Partner-issued user session token. Required.

Responses
202

Consent recorded.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/problem+json