These docs are for v1.0. Click to read the latest docs for v2.0.
added

Demand API Webhooks

October 6th 2020 - Now you can receive trips events as they happen without polling.

What's New?

Rather than requiring partners to poll for updates, Karhoo web-hooks will push information to an endpoint you specify that can process trip events.

The following events will be available with this initial release:

  • Trip State changes
  • Driver & Vehicle changes
  • Final Fare is ready for polling

When one of those events is triggered (for example the trip state is updated by the fleet's driver), Karhoo will send this notification as an HTTP POST request, with a JSON body, to the endpoint(s) you specify.

👍

Try it out!

Getting started with our web-hook how-to guide! Or have a look at our swagger spec directly.