post
https://auth.routee.net/oauth/token?grant_type=client_credentials
Firstly, you should get your application credentials (application-id, application-secret) from the [Routee…
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
RESPONSE PARAMETERS
| KEY | DESCRIPTION |
|---|---|
| access_token | The generated access_token. This must be used in all requests. |
| token_type | Token_type ("Bearer") is a parameter in Access Token generate call to Authorization server. |
| expires_in | Time in seconds that the token will expire. The token is set by default to expire in 1 hour (3600 seconds), or a new application can be created with the following options: 1 day (86400), 20 years (631139040) |
| scope | The requested scopes. |
| permissions | The permissions granted to the authenticated application. |
ERROR CODES
For possible error responses see here

