v3

latestOpenAPI 3.1.02026-08-0150254154.0 KB
auth > v1 > tokens

Token-based Authentication

Generates a temporary JSON Web Token (JWT) with a 30-second (by default) TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Manage APIs.

post/v1/auth/grant

Headers

Authorizationstring required

Use Authorization: Token <API_KEY> Example: Authorization: Token 12345abcdef

Request body

ttl_secondsnumber double

Time to live in seconds for the token. Defaults to 30 seconds.

Response

Grant response

access_tokenstring required

JSON Web Token (JWT)

expires_innumber double

Time in seconds until the JWT expires