oauth

Generate OAuth access token

Generate an OAuth access token by using an authorization code or a refresh token.

See <a href='/docs/api/v5/#tag/Authentication'>Authentication</a> for more.

post/oauth/token

Response

response

response_type'authorization_code' | 'refresh_token'
access_tokenstring required
token_typestring required
expires_ininteger required
scopestring required

Changes