POST /Webhooks
Outbound Webhooks
POST /Webhooks
Subscribe to a new NowBookIt webhook event.
POST
POST /Webhooks
Subscribe to a new NowBookIt webhook event. NowBookIt will POST a payload to your
Example 200 Response
webhookUrl when the event occurs.
Your API key
Must be
application/jsonEvent to subscribe to. Valid values:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMEDYour endpoint URL where NowBookIt will POST the event payload
Auth key sent in the webhook request header
Auth token sent alongside
securityKey| Status | Description |
|---|---|
200 | Subscription created |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
400 | Giftcard Webhook Request Failed Verification. |
400 | request does not contain a valid Event and/or webhook Url |
401 | X-API-KEY missing or invalid |