v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Terms of Service

Get Terms of Service information

Returns the available Terms of Service agreements (product, current version, terms URL, effective date). Omit product_type to return all products; pass it to scope to one.

get/terms_of_service/info

Query parameters

product_type'branded_calling' | 'number_reputation'

Telnyx product the Terms of Service apply to.

Example:branded_calling

Optional product filter. Omit to return info for all products.

Response

Terms of Service information.

Example response

{
  "agreements": [
    {
      "current_version": "v1.0.0",
      "description": "Terms and Conditions for Telnyx Number Reputation service",
      "effective_date": "2025-07-10",
      "product_type": "branded_calling",
      "terms_url": "https://telnyx.com/terms/reputation-services"
    }
  ]
}