Exchanges your client ID and secret for an access token.
Pass your client ID as the username and your client secret as the password. These are used only to obtain a bearer token from /oauth/token.
The type of grant being requested. Must always be client_credentials.
"client_credentials"
Token issued successfully
Internal type identifier
"SSJSON_Token_Access"
The bearer token to use in subsequent API requests
Seconds until the token expires. This will always be 3600.
3600
Token that can be used to refresh the session
The permission scope granted
"read"
The token type. Will always be Bearer.
"Bearer"