---
title: "Agree to the Branded Calling Terms of Service"
method: POST
path: "/terms_of_service/branded_calling/agree"
tags: ["Terms of Service"]
---

# Agree to the Branded Calling Terms of Service

`POST /terms_of_service/branded_calling/agree`

Records the authenticated user's agreement to the current Branded Calling ToS. No body required. Idempotent - re-calling after agreement is a no-op and returns the existing agreement.

This is a prerequisite for activating Branded Calling on any enterprise (`POST /enterprises/{id}/branded_calling`); without an agreement, activation returns `403`.

## Response `201`

Agreement recorded.

- TosAgreementWrapped
  - `data` TosAgreement, required — A recorded user agreement to a product's Terms of Service. The `user_id` is intentionally NOT echoed back on this public surface - the caller already knows their own identity.
    - `id` string, uuid
    - `terms_version` string
    - `version` string — Convenience alias of `terms_version`. Both keys are present on every response.
    - `product_type` 'branded_calling' | 'number_reputation' — Telnyx product the Terms of Service apply to.
    - `agreed_at` string, date-time
    - `created_at` string, date-time

## Other responses

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

---

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