Get the calling user's Terms of Service status
Returns whether the authenticated user has agreed to the current Terms of Service for the product given by product_type. Used during onboarding to decide whether to prompt the user with the ToS dialog before continuing.
agreement_required: true means the user has not yet agreed (or has agreed to an outdated version) and must agree before using that product’s endpoints.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Which product's ToS to check. Defaults to branded_calling.
Telnyx product the Terms of Service apply to.
branded_calling, number_reputation "branded_calling"
Response
Status.
Whether the calling user has agreed to a product's current Terms of Service. The user_id is intentionally omitted on this public surface.