Create Subscriber invite token
Creates a temporary invitation token for a guest to reach one of the authenticated Subscriber's resource addresses. A subscriber client calls this operation with its Subscriber Access Token (SAT), then passes the returned invitation to the guest. Invitations expire after two hours by default.
Use Create Subscriber guest token when your server grants guest access with a project API token instead. This endpoint requires the subscriber's SAT, not project-level Basic authentication.
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.
Request body
Example request
{
"expires_at": 1725513600
}Response
The request has succeeded and a new resource has been created as a result.
Changes
Changed in 1 of the 137 revisions of this API.1
- ○
the endpoint scheme security
SignalWireBearerAuthwas added to the APIapi-security-added
- ○
Of the 137 revisions, 3 have a changelog that could not be searched.