oauth

Generate OAuth access token

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

post/oauth/token

Response

response

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

Changes