Terms of Service
Get ToS acceptance status
Retrieves the status of a ToS acceptance record.
get/v1/tos/{id}
Path parameters
idstring required
ToS acceptance ID
Response
ToS acceptance retrieved
Example response
{
"id": "tos_abc123",
"customerId": "cus_abc123",
"organizationId": "org_abc123",
"infiniteAgreementsAccepted": true,
"ereborAgreementsAccepted": true,
"oneMoneyAgreementsAccepted": true,
"acceptedAt": "2026-10-20T10:30:00Z",
"createdAt": "2026-10-20T10:30:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.