Webhooks
HTTP notifications for platform events.
How it works
You register a URL and the event types you care about. When an event occurs, Brivio sends a POST with a JSON body and a signature header computed with the subscription secret.
Delivery and retries
Delivery is at-least-once: a non-2xx response is retried with increasing backoff. Make your handler idempotent on the event id — an event can arrive twice, and that is not a defect.