Get API Token
POST/o/token/
The Token endpoint can be used to get a new access token after user authorization grant_type=client_credentials
Body Parameters
| grant_typestringrequired | Authentication Grant Type | 
| client_idstringrequired | Client ID you received after registering your application. | 
| client_secretstringrequired | Client Secret you received after registering your application. | 
Response
| access_tokenstringrequired | New active access token | 
| expires_instringrequired | Access token expiration in seconds | 
| token_typestringrequired | Refresh token which can be used to refresh expired access token | 
| scopestringrequired | List of permissions applied to given access token |