Get Webhooks

Retrieve a list of all webhooks registered for your POS.

If the optional locationId parameter is supplied, the webhooks that are retrieved will be restricted to the list explicitly registered against the supplied location. If no location is specified (or the reserved ID of all is submitted) then the webhooks that are returned will be only those considered global webhooks. Only one global webhook may be registered for a given Doshii event.

GET ~/webhooks
GET ~/webhooks/:locationId

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