Webhook
Webhooks can be use to receive events from the Meetch system without calling the API.
idstring
Example:
wh_15WgnNXJBmZNurlstring
Your URL
Possible values: <= 255 characters
Example:
https://your-url.com/webhookeventsstring[]
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"
]
}