Obtain OAuth 2.0 access tokens using your application credentials to authenticate all Routee API requests. Exchange your application ID and secret for a bearer token, then include it in the Authorization header of every API call. Tokens are valid for one hour—request a new token when you receive a 401 or 403 response.
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /oauth/token?grant_type=client_credentials | Get authenticated using your application credentials |

