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

idstring required

Unique identifier for the ToS acceptance record

customerIdstring nullable required

Customer ID

organizationIdstring required

Organization ID

infiniteAgreementsAcceptedboolean required

Whether the Infinite agreements were accepted

ereborAgreementsAcceptedboolean nullable required

Whether the Erebor agreements were accepted

oneMoneyAgreementsAcceptedboolean nullable required

Whether the 1Money agreements were accepted

acceptedAtstring nullable required

When the acceptance was recorded

createdAtstring required

When the record was created

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.