Skip to main content
WEBHOOK
quote.finalized
{
  "id": "evt_1c7e84d2a95f",
  "type": "quote.finalized",
  "createdAt": "2026-06-16T11:08:47Z",
  "mode": "test",
  "data": {
    "quoteId": "qt_d41c8a6f92e3",
    "groupId": "grp_64b0e9d2c715",
    "status": "ready"
  }
}

Authorizations

Authorization
string
header
required

Partner API key. psk_test_<32 hex> for test mode, psk_live_<32 hex> for live mode. Keys are stored hashed and cannot be recovered; store them in your secrets manager on issue.

Body

application/json
id
string
required

Event ID. Also sent as the webhook-id header and part of the signed content.

Example:

"evt_9b21c7e4f60a"

type
enum<string>
required
Available options:
ping,
quote.finalized,
enrollment.created,
group.state_changed,
census.processed
createdAt
string<date-time>
required
mode
enum<string>
required
Available options:
test,
live
data
object
required

Event-specific payload.

Response

200

Return any 2xx quickly (under 10 seconds) to acknowledge. Non-2xx responses are retried.