v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Subscriber Tokens

Create guest embed token

Creates a guest subscriber token from a public Click-to-Call (C2C) token. The returned short-lived token authorizes a guest subscriber to place a call through the C2C embed widget without exposing sensitive credentials or requiring a full subscriber account.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.

Learn more about API scopes.

post/api/fabric/embeds/tokens

Request body

tokenstring required

Click to Call Token

Example request

{
  "token": "c2c_7acc0e5e968706a032983cd80cdca219"
}

Response

The request has succeeded and a new resource has been created as a result.

tokenstring jwt required

Encrypted guest token.

Example response

{
  "token": "eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIiwiY2giOiJwdWMubHZoLm1lIiwidHlwIjoiU0FUIn0.."
}