{ "access_token": "<string>", "token_type": "Bearer", "expires_in": 123, "refresh_token": "<string>", "scope": "<string>" }
Exchange authorization code for access token, or refresh an existing token. Supports both JSON and form-encoded requests.
Token issued successfully
The response is of type object.
object
Was this page helpful?