Create Webhook
Outbound Webhooks
POST /Webhooks
Subscribe to a new NowBookIt webhook event.
POST
Create Webhook
Subscribe to a new NowBookIt webhook event. NowBookIt will POST a payload to your
Example 200 Response
webhookUrl when the event occurs.
string
required
Your API key
string
required
Must be
application/jsonstring
required
Event to subscribe to. Valid values:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMEDstring
required
Your endpoint URL where NowBookIt will POST the event payload
string
Auth key sent in the webhook request header
string
Auth token sent alongside
securityKeyAuthorizations
Headers
API Key authentication header
Body
application/json
A valid URL that can receive POST requests with NBI events.
Minimum string length:
1The event that this webhook will subscribe to
Minimum string length:
1The key used in the webhook authentication.
The token used in the webhook authentication.