Path parameters
-
The unique identifier for the business location.
GET /staff/v1/businessLocations/{businessLocationId}/webhooks
curl \
-X GET https://api.trial.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/webhooks \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"uuid": "e95c2cc5-4489-4025-a7e2-a34faeaa5f9d",
"notificationType": "shift.created",
"url": "string",
"webhookName": "My Awesome Webhook",
"businessLocationId": 1234567890,
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]