Generate a Twilio Voice SDK token
Calls
Generate a Twilio Voice SDK token
Mints a Twilio AccessToken with a VoiceGrant for the calling user using the org’s Twilio API key / TwiML app SID. Returns the JWT plus the user’s Twilio phone number as the SDK identity. Required for the Twilio Voice SDK to register and place PSTN calls.
GET
Generate a Twilio Voice SDK token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.