Changes to Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant
POST /v1/token
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 4 of the 43 revisions of this API.379
- v17f3f4b21ff811
- v1e0385b93e66b13
- v15fa9155efe92274
- v169cec05717a01
What changed
- ○
the endpoint scheme security
accountSid_authTokenwas removed from the APIapi-security-removed
- ○
- ▲
the
expires_inresponse's property type/format changed fromstring/date-timetointeger/int64for status201response-property-type-changed
- ○
added the new optional request property
RefreshTokennew-optional-request-property
- ○
added the new optional request property
Scopenew-optional-request-property
- ○
the request property
ClientSecretbecame optionalrequest-property-became-optional
- ▲
- ▲
added the new required request property
ClientIdnew-required-request-property
- ▲
the request property
ClientSecretbecame requiredrequest-property-became-required
- ●
removed the request property
ClientSidrequest-property-removed
- ●
removed the request property
CodeVerifierrequest-property-removed
- ●
removed the request property
DeviceCoderequest-property-removed
- ●
removed the request property
DeviceIdrequest-property-removed
- ●
removed the request property
RefreshTokenrequest-property-removed
- ●
removed the optional property
access_token_expires_atfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
refresh_token_expires_atfrom the response with the201statusresponse-optional-property-removed
- ○
added the new optional request property
Audiencenew-optional-request-property
- ○
added the new optional request property
RedirectUrinew-optional-request-property
- ○
added the optional property
expires_into the response with the201statusresponse-optional-property-added
- ○
added the optional property
token_typeto the response with the201statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api tag
OauthV1Tokenaddedapi-tag-added
- ○