Authentication

Obtain an access token

Exchange client credentials for a token to access protected resources.

post/oauth/token/

Response

Successfully retrieved access token

access_tokenstring
expires_ininteger
scopestring
token_typestring

Changes