Create & Delete Webhooks

  • Create a webhook (global)
POST /webhooks
  • Create a webhook for a particular location
POST /webhooks/{locationId}
  • Remove a webhook subscription from your application.
DELETE /webhooks/{event}
  • Remove a webhook subscription from a particular venue
DELETE /webhooks/{locationId}/{event}

For more detailed information on this specific endpoint please review the details found in the OpenAPI docs.