Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

product_type
enum<string>

Which product's ToS to check. Defaults to branded_calling. Telnyx product the Terms of Service apply to.

Available options:
branded_calling,
number_reputation
Example:

"branded_calling"

Response

Status.

data
object
required

Whether the calling user has agreed to a product's current Terms of Service. The user_id is intentionally omitted on this public surface.