MMT push webhooks
Receivers for MakeMyTrip booking, modification and cancellation pushes
📄️ Receive a new MMT booking (booking_push_url)
Authenticated by the shared secret in the ?token= query parameter. Acknowledges only; the payload is not yet processed.
📄️ Receive an MMT booking cancellation (cancelled_booking_push_url)
Authenticated by the shared secret in the ?token= query parameter. Acknowledges only; the payload is not yet processed.
📄️ Receive an MMT booking modification (modification_booking_push_url)
Authenticated by the shared secret in the ?token= query parameter. Acknowledges only; the payload is not yet processed.