v1

latestOpenAPI 3.0.1Apache 2.02026-07-145510.4 KB

Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant

post/v1/token

Response

Created

access_tokenstring nullable

Token which carries the necessary information to access a Twilio resource directly.

access_token_expires_atstring date-time nullable

The date and time in GMT when the refresh token expires in RFC 2822 format.

id_tokenstring nullable
refresh_tokenstring nullable

Token which carries the information necessary to get a new access token.

refresh_token_expires_atstring date-time nullable

The date and time in GMT when the refresh token expires in RFC 2822 format.