Rate Limits


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

  • Ride Availability/Estimate: 5000 RPM
  • Create Booking: 600 RPM
  • Cancel Booking: 75 RPM
  • Track Ride: 4000 RPM
  • User favourites: 200 RPM
  • Cancel Reasons: 50 RPM
  • My Rides: 50 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"
}