Matchi Event Portal

Welcome to the Matchi Webhook documentation. You can use our webhooks to receive notifications on events that happen in Matchi.

This documentation is for developers who want to write applications that can interact with the Matchi API. It’s divided into two sections:

  • Getting started: How to get started with the Matchi Webhook.
  • Security: How to verify that the webhook event is from match and not from a malicious source.
  • Events: The events that can be subscribed to and the data that is sent with the event.

Why use webhooks?

Webhooks are a way to receive notifications on events that happen in Matchi. This can be useful if you want to keep your system in sync with Matchi. For example, you can use webhooks to:

  • Getting notified when a booking has been created or cancelled.

How it works

When an event happens in Matchi, we send a HTTP POST request to the webhook endpoint that you have registered. The request contains a JSON payload with the data that is sent with the event. You verify that the webhook event is from Matchi and not from a malicious source by verifying the signature of the webhook event. Then you process the data that is sent with the event.