All transaction APIs in Ola’s corporate platform require you to pass access token in the header of the respective calls.
This is a unique key which identifies you as a registered Ola Corporate partner. This will be issued to you by our team.
Use the following links to access our UAT and Production environments:
UAT: https://devapi-stg.olacabs-dev.in
Production: https://devapi.olacabs.com
We have rate limits for each of our APIs in production. Please find the same below:
HTTP responses will return a 429 status code for any request if the rate limit exceeds the above mentioned threshold. The response body will be:
Status code: 429
{
"code" : "rate_limit",
"message" : "Allowed rate limit breached"
}