You can use webhook subscriptions to receive notifications about particular events. After you've subscribed to a webhook topic, your app can execute code immediately after specific events occur, instead of having to make API calls periodically to check their status.

Subscribing to a topic

To subscribe to a topic, log into app.quiver.co.uk and navigate to the Settings page. Under the "Integrations" section, you'll be able to add endpoints for each topic you wish to subscribe to. If you do not see a webhook section, this is because your integration type does not yet support webhooks.

Webhook response

When consuming events, we require you respond with status code 200. We use response status codes to understand whether the event has actually reached your endpoint. A 200 code tells us that you have received the event and are processing it accordingly.