Webhooks
We provide a comprehensive set of webhooks that allow you to receive notifications for every resource in the API. We strongly recommend using webhooks to keep your data in sync and avoid polling for changes.
You are able to subscribe to the following events:
resource created
resource updated
resource deleted
We provide subscriptions for complete resources and for specific fields of a resource.
Setting up a webhook URL
Before receiving any notifications, you need to set up a webhook URL. You can do this by sending a PATCH request to the /organizations
endpoint to update the "webhookUrl" and "webhookSecret" field. We will include the webhook secret in the request headers to ensure that the request is coming from us.
Example of a webhook payload
See Setting up webhooks for a complete guide to webhooks.
Last updated