For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get access
Getting Started Key Concepts Integration Types Core Components Embed Hosted API API Reference
  • API Reference
    • Contribution Reports
    • Events and Webhooks
      • GETList all events
      • GETRetrieve an event
      • GETList all webhook endpoints
      • GETRetrieve a webhook endpoint
      • Working with webhooks
        • POSTemployee.created
        • POSTemployee.updated
        • POSTemployee.offboarded
        • POSTemployer.created
        • POSTemployer.updated
        • POSTemployer.offboarded
        • POSTemployer.health_insurance.quote.created
        • POSTemployer.health_insurance.quote.action_required
        • POSTemployer.health_insurance.quote.not_undertaken
        • POSTemployer.health_insurance.quote.accepted
        • POSTemployer.health_insurance.quote.pending_quote
        • POSTemployer.health_insurance.quote.pending_insurer_acceptance
        • POSTemployee.health_insurance.offer.action_required
        • POSTemployee.health_insurance.policy.activated
        • POSTemployee.health_insurance.policy.cancelled
        • POSTemployee.health_insurance.policy.expired
        • POSTemployee.health_insurance.policy.imported
        • POSTcontribution_report.finalized
        • POSTgroup.created
        • POSTgroup.ready
        • POSTgroup.archived
        • POSTgroup.updated
        • POSTgroup.employee.added
        • POSTgroup.employee.eligible
        • POSTgroup.employee.moved
        • POSTgroup.employee.move.scheduled
        • POSTpolicy.scheduled
        • POSTpolicy.active
        • POSTpolicy.imported
        • POSTpolicy.expired
        • POSTpolicy.cancelled
        • POSTpolicy.updated
        • POSTpolicy.renewal.opened
        • POSTpolicy.renewal.renewed
        • POSTpolicy.renewal.canceled
        • POSTgroup_policy.scheduled
        • POSTgroup_policy.active
        • POSTgroup_policy.expired
        • POSTgroup_policy.cancelled
        • POSTgroup_policy.updated
        • POSTgroup_policy.renewal.opened
        • POSTgroup_policy.renewal.renewed
        • POSTgroup_policy.renewal.canceled
        • POSTenrolment_intent.processing
        • POSTenrolment_intent.scheduled
        • POSTenrolment_intent.action_required
        • POSTenrolment_intent.enrolling
        • POSTenrolment_intent.enrolled
        • POSTenrolment_intent.not_undertaken
        • POSTenrolment_intent.ineligible
        • POSTenrolment_intent.pending_confirmation
        • POSTpolicy_amendment_intent.action_required
        • POSTpolicy_amendment_intent.awaiting_quote
        • POSTpolicy_amendment_intent.pending_confirmation
        • POSTpolicy_amendment_intent.processing
        • POSTpolicy_amendment_intent.amended
        • POSTpolicy_amendment_intent.processing_error
        • POSTpolicy_amendment_intent.not_undertaken
        • POSTdependents_management_intent.action_required
        • POSTdependents_management_intent.completed
        • POSTdependents_management_intent.not_undertaken
        • POSTpolicy_import_intent.processing
        • POSTpolicy_import_intent.success
        • POSTpolicy_import_intent.failed
        • POSTgroup_quote_intent.processing
        • POSTgroup_quote_intent.action_required
        • POSTgroup_quote_intent.awaiting_quote
        • POSTgroup_quote_intent.quote_available
        • POSTgroup_quote_intent.rejected
        • POSTgroup_quote_intent.rejected_by_insurer
        • POSTgroup_quote_intent.quote_expired
        • POSTgroup_policy_intent.processing
        • POSTgroup_policy_intent.action_required
        • POSTgroup_policy_intent.pending_provider_approval
        • POSTgroup_policy_intent.policy_created
        • POSTgroup_policy_intent.expired
        • POSTgroup_policy_intent.provider_rejected
        • POSTgroup_policy_intent.manual_renewal_gathering_required
    • API Errors
Get access
LogoLogo
API ReferenceEvents and WebhooksTypes of Events V2

group_quote_intent.quote_available

Payload
1{
2 "id": "evt_3b1333d87d9d4fd6ad83ba7f6b0e951a",
3 "type": "group_quote_intent.quote_available",
4 "platform_id": "pt_3b1333d87d9d4fd6ad83ba7f6b0e951a",
5 "data": {
6 "group_quote_intent_id": "gqi_3b1333d87d9d4fd6ad83ba7f6b0e951a",
7 "group_id": "gr_3b1333d87d9d4fd6ad83ba7f6b0e951a",
8 "plan_id": "pl_3b1333d87d9d4fd6ad83ba7f6b0e951a"
9 },
10 "created_at": "2024-12-01T00:00:00Z",
11 "object": "event",
12 "version": "V2"
13}
Previous

group_quote_intent.awaiting_quote

Next

group_quote_intent.rejected

Built with

Payload

The payload of this webhook request is an object.
idstringRequiredformat: "evt_*"
typestringRequired
platform_idstringRequiredformat: "pt_*"
dataobjectRequired
created_atdatetimeRequired
objectstringRequired
versionstringRequired

Response

2XX
Your server implementation should return this HTTP status code if the data was received successfully
4XX
If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
5XX

If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!