Subscriber Tokens
Create Subscriber token
Create a Subscriber 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/subscribers/tokens
Request body
Example request
{
"reference": "john.doe@example.com",
"expire_at": 1693823284,
"password": "password123",
"fingerprint": "Vg1h7IDV3AR6kTpCkZPHOVs32B81DX1naHiHbYoKXgY",
"scope": "sat:refresh",
"first_name": "John",
"last_name": "Doe",
"display_name": "John Doe",
"job_title": "Software Engineer",
"time_zone": "America/New_York",
"country": "US",
"region": "us-central",
"company_name": "SignalWire"
}Response
The request has succeeded.