---
title: "Get Terms of Service information"
method: GET
path: "/terms_of_service/info"
tags: ["Terms of Service"]
---

# Get Terms of Service information

`GET /terms_of_service/info`

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.

## Query parameters

- `product_type` 'branded_calling' | 'number_reputation' — Telnyx product the Terms of Service apply to.

## Response `200`

Terms of Service information.

- TermsOfServiceInfo
  - `agreements` TermsOfServiceInfoItem[]
    - `product_type` 'branded_calling' | 'number_reputation' — Telnyx product the Terms of Service apply to.
    - `current_version` string
    - `terms_url` string
    - `effective_date` string, date
    - `description` string

## Other responses

- `401` — An error occurred. The response carries the standard Telnyx error envelope.
- `default` — An error occurred. The response carries the standard Telnyx error envelope.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
