v77

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

Create Subscriber invite token

Creates a Subscriber Invite Token for use with client-side API calls. Authenticate this request with a subscriber's SAT (Subscriber Access Token), not the project level Basic Auth.

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/subscriber/invites

Request body

address_idstring uuid required

Universal Unique Identifier.

expires_atinteger

A unixtime (the number of seconds since 1970-01-01 00:00:00) at which the token should no longer be valid. Defaults to 'two hours from now'

Example request

{
  "expires_at": 1725513600
}

Response

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

tokenstring jwt required