GET /Webhooks/{event}
Outbound Webhooks
GET /Webhooks/{event}
Retrieve the webhook subscription for a specific event.
GET
GET /Webhooks/{event}
Retrieve the webhook subscription for a specific event.
Example 200 Response
Your API key
Event name. Valid values:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMED| Status | Description |
|---|---|
200 | Subscription returned |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
401 | X-API-KEY missing or invalid |
404 | No Webhook Event subscription found for Event '{event}'. |