Request OAuth2 token
Request an access token using OAuth2 protocol.
POST
Headers
The client ID and secret, separated by a colon and base64-encoded.
Body
application/x-www-form-urlencoded
Response
200 - application/json
Token created successfully.
The access token string issued.
The number of seconds until the token expires.
Available options:
Bearer
The refresh token string issued (only applicable to certain grant types).
The list of scopes, delimited with spaces.