Authorization Token


All transaction APIs in Ola’s corporate platform require you to pass access token in the header of the respective calls.


X-CORPORATE-TOKEN

This is a unique key which identifies you as a registered Ola Corporate partner. This will be issued to you by our team.

Access Link to UAT and Prod Environments

Use the following links to access our UAT and Production environments:


URL


 
UAT: https://devapi-stg.olacabs-dev.in Production: https://devapi.olacabs.com

Rate Limits

We have rate limits for each of our APIs in production. Please find the same below:



  • Add User: 1000 RPM
  • Update User: 1000 RPM
  • Delete User: 1000 RPM
  • Add/Update Users (BULK) 1000 RPM
  • Get Users: 1000 RPM
  • Get Rides: 1000 RPM
  • Expense codes: 1000 RPM
  • Expense codes (BULK): 1000 RPM

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"
  }