Subscriber Tokens
Create Subscriber guest token
Creates a Subscriber Guest Token. Authenticate this request with your project's API token.
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/guests/tokens
Request body
Example request
{
"expire_at": 1725513600,
"region": "us-central",
"ch": "us-central"
}Response
The request has succeeded and a new resource has been created as a result.