v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Webhooks

Service Event

Sent when a service is created, updated, or deleted. The data field matches the response from GET /company/{company_id}/services/{service_id}.

postWebhookServiceEvent

Payload

company_idinteger required

Location ID where the event occurred.

resource'service' 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.