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": [
{
"product_type": "branded_calling",
"current_version": "v1.0.0",
"terms_url": "https://telnyx.com/terms/reputation-services",
"effective_date": "2025-07-10",
"description": "Terms and Conditions for Telnyx Number Reputation service"
}
]
}Changes
Changed in 1 of the 47 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○