Skip to main content

Webhook

Webhooks can be use to receive events from the Meetch system without calling the API.

idstring
Example: wh_15WgnNXJBmZN
urlstring

Your URL

Possible values: <= 255 characters

Example: https://your-url.com/webhook
eventsstring[]

List of events subscribed

Possible values: [subscription.created, claim.created, claim.refused]

Example: ["subscription.created","claim.processed"]
Webhook
{
"id": "wh_15WgnNXJBmZN",
"url": "https://your-url.com/webhook",
"events": [
"subscription.created",
"claim.processed"
]
}