v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Webhooks

Schedule Event

Sent when a team member's schedule is created, updated, or deleted. The resource_id refers to the team member (staff) ID whose schedule changed. The data field is always an empty array for schedule events.

postWebhookScheduleEvent

Payload

company_idinteger required

Location ID where the event occurred.

resource'schedule' required

Resource type.

resource_idinteger required

ID of the resource that was created, updated, or deleted.

status'create' | 'update' | 'delete' required

Type of change that occurred.

Response

Your server should return any 2xx status code to acknowledge receipt.