PUT /Webhooks/{event}
Outbound Webhooks
PUT /Webhooks/{event}
Update the URL or credentials for an existing webhook subscription.
PUT
PUT /Webhooks/{event}
Update the URL or credentials for an existing webhook subscription.
Example 200 Response
Your API key
Must be
application/jsonEvent name. Valid values:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMEDNew endpoint URL
Updated auth key
Updated auth token
| Status | Description |
|---|---|
200 | Subscription updated |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
400 | Giftcard Webhook Request Failed Verification. |
401 | X-API-KEY missing or invalid |
404 | Webhook Subscription for event '{event}' was not found |