Staff

Get Webhooks

get/staff/v1/businessLocations/{businessLocationId}/webhooks

Path parameters

businessLocationIdinteger required

The unique identifier for the business location.

Response

Webhooks Returned

uuidstring uuid

The unique identifier for the webhook.

notificationType'shift.created' | 'shift.updated' | 'shift.deleted'

The type of webhook notification.

urlstring

The URL for the webhook.

webhookNamestring

The name for the webhook.

businessLocationIdinteger

The unique identifier for the business location.

createdAtstring date-time

The creation time of the webhook.

updatedAtstring date-time

The last update time of the webhook.

Example response

[
  {
    "uuid": "e95c2cc5-4489-4025-a7e2-a34faeaa5f9d",
    "webhookName": "My Awesome Webhook",
    "businessLocationId": 1234567890
  }
]