Members
OAuth2 Access Token
Retrieves an access token with the code provided by OAuth 2 authentication.
post/members/access_token
Query parameters
client_idstring
Your API key.
client_secretstring
The secret key provided in your key information.
redirect_uristring
The callback address you had already provided for the first part.
codestring
Code obtained from the first part of authentication.
localestring
Locale parameter to specify language preference
Response
Successful operation