Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekacare-nhpr-fix.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This Webhook is event is sent whenever the appointment booking is cancelled requested by this api Cancel Order

Request

Headers: Body:
{
  "service": "uhi",
  "event": "booking.cancel",
  "event_time": 1749822309,
  "transaction_id": "<webhook transaction id>",
  "timestamp": 1749825214,
  "business_id": "<partner business id>",
  "client_id": "<partner client id>",
  "data": {
      "status": "<string>"
}
}