Generate a Twilio token for voice calls. This token is used to authenticate the client with Twilio's services.Args: identity: The identity to use in the token (e.g., user ID, phone number)
Request
Authorization
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
API Key
Add parameter in header
cookie
Example:
cookie: ********************
or
Path Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Parameter Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://dev.isaac.wellnessliving.com/omega/businesses/dialer/token/' \
--header'X-API-KEY: <api-key>'