Activate Branded Calling on an enterprise
Branded Calling is a paid product that must be activated on each enterprise. Activation is idempotent:
- First call: marks the enterprise as activated and begins onboarding it with the Branded Calling platform asynchronously. Returns
200withbranded_calling_enabled: true. - Re-call after success: no-op, returns the same enterprise body.
- Re-call after a prior failure: re-queues onboarding, returns
200.
Prerequisite: the calling user must have agreed to the Branded Calling Terms of Service (POST /terms_of_service/branded_calling/agree). Without that, this endpoint returns 403 terms_of_service_not_accepted.
Failure modes:
403- Branded Calling Terms of Service not accepted.404- enterprise does not exist or does not belong to your account.
Pricing: This is a billable action. See https://telnyx.com/pricing/numbers for current pricing.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enterprise id. Lowercase UUID.
"4a6192a4-573d-446d-b3ce-aff9117272a6"
Response
Branded Calling activated.