Terms of Service
Get a Terms of Service agreement by id
Retrieve a single ToS agreement record. Returns 404 if the agreement does not exist or does not belong to the authenticated user.
get/terms_of_service/agreements/{agreement_id}
Path parameters
agreement_idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
Unique identifier of the agreement.
Response
Agreement.
Example response
{
"data": {
"agreed_at": "2025-07-10T10:30:00Z",
"created_at": "2025-07-10T10:30:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"product_type": "branded_calling",
"terms_version": "v1.0.0",
"version": "v1.0.0"
}
}