OAuth 2.0
The REST API uses an authentication mechanism based on OAuth 2.0 specification and uses access tokens.##
In order to obtain an access token, you should use the API key and secret of your application and exchange it for an access token. Upon the creation of your account, a default application is assigned to your account.
You can find the application id and application secret for the default application on Routee Platform
You can create as many applications as you need. For more information on how to create new applications click here
All requests should include an access token in the HTTP headers of the request.
Updated almost 6 years ago
What’s Next