Authentication
Retrieve an access token with the code provided by OAuth 2 authentication
Retrieves an access token with the code provided by OAuth 2 authentication.
post/oauth/access_token
Query parameters
client_idstring
Your API key.
client_secretstring
The secret key provided in your key's details.
redirect_uristring
The callback address you had previously specified for the first part.
codestring
Code obtained by the first part of the authentication.
localestring
Locale parameter to specify language preference
Response
Successful operation