Retrieve employer quote

GET
/employers/:employer_id/health_insurance/quotes/:employer_quote_id

Returns group’s health insurance quote for an employer by employer_quote_id.

Path parameters

employer_idstringRequired
employer_quote_idstringRequired

Response

OK

idstringformat: "erhq_.+"

Unique identifier for the quote

employer_idstringformat: "er_.+"

The Id of the employer for which the is created

quoted_atdatetime

Date and time the quote was created at

statusenum
Allowed values: pending_quoteaction_requirednot_undertakenacceptedpending_insurer_acceptance

Current status of the quote

coverage_levelslist of objects

List of levels covered under the policy, each item representing details about the plan’s cover. Currently Kota only supports a single level of cover.

objectstringOptional

The object type

required_actionobjectOptional

Actions required by the employer to proceed with the quote. Set only when status is action_required.

Built with