GET /Webhooks
Outbound Webhooks
GET /Webhooks
Retrieve all webhook subscriptions for your NowBookIt location.
GET
GET /Webhooks
Retrieve all webhook subscriptions for your NowBookIt location.
Response is an array of WebhookModel objects.
Valid event values:
Your API key
| Field | Type | Description |
|---|---|---|
event | string | The event type subscribed to |
webhookUrl | string | Your endpoint URL |
locationId | string | NowBookIt location ID |
authenticationEnabled | boolean | Whether auth credentials are configured |
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMED
Example 200 Response
| Status | Description |
|---|---|
200 | Subscriptions returned |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
401 | X-API-KEY missing or invalid |