{
"id": "evt_1c7e84d2a95f",
"type": "quote.finalized",
"createdAt": "2026-06-16T11:08:47Z",
"mode": "test",
"data": {
"quoteId": "qt_d41c8a6f92e3",
"groupId": "grp_64b0e9d2c715",
"status": "ready"
}
}Quotefinalized
An in_review quote (groups above the in-review threshold) was finalized by Prescience underwriting and is now ready. Re-fetch it with GET /groups/{groupId}/quotes/{quoteId}.
Delivered as POST to your registered endpoint with webhook-id, webhook-timestamp, and webhook-signature headers (standard-webhooks scheme). Verify the signature before trusting the payload. Best-effort delivery with 3 retries (backoff 1s / 5s / 25s).
{
"id": "evt_1c7e84d2a95f",
"type": "quote.finalized",
"createdAt": "2026-06-16T11:08:47Z",
"mode": "test",
"data": {
"quoteId": "qt_d41c8a6f92e3",
"groupId": "grp_64b0e9d2c715",
"status": "ready"
}
}Authorizations
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
Event ID. Also sent as the webhook-id header and part of the signed content.
"evt_9b21c7e4f60a"
ping, quote.finalized, enrollment.created, group.state_changed, census.processed test, live Event-specific payload.
Show child attributes
Show child attributes
Response
Return any 2xx quickly (under 10 seconds) to acknowledge. Non-2xx responses are retried.