Skip to main content

Webhooks

You can use our Webhooks to configure and receive notifications when a specific event occurs. When one of these events is triggered, we send an HTTP POST payload in JSON to the webhook's configured URL.

Events

Sample Payload

{
"event": "health.quote.created",
"data": {
// Entity specific payload
}
}