Skip to content

AI-ready page export

Quote Status Flow

Status descriptions

StatusDescription
pendingQuote is being processed or awaiting review. Transient status.
approved_rateQuote has been approved with a rate, but broker is not onboarded to K2 Cyber
ready_to_bindQuote is ready to be bound
boundQuote has been bound. Transient status.
issuedPolicy has been successfully issued
declinedQuote was declined by underwriting
underwriter_reviewQuote requires manual underwriter review
failedQuote processing failed due to an error

Happy Path

pendingready_to_bindboundissued

Straight-through processing moves through pendingready_to_bindboundissued. Bind returns 202 Accepted immediately; issued arrives asynchronously when the policy packet is ready (or when policy.created fires).

Alternate outcomes (from pending)

underwriter_review

Manual review required. May later become ready_to_bind or declined.

approved_rate

Rated successfully, but the broker is not onboarded. Cannot bind until onboarded.

declined

Does not meet underwriting guidelines. Terminal.

failed

Processing error. Terminal.

Document availability by status

StatusQuote PreviewQuote ProposalPolicy PreviewPolicy Document
pending
ready_to_bindYesYesYes
issuedYesYesYes

Endpoint details:

Webhook signals that often replace polling:

Maintained by the K2 Cyber Insurance engineering team.