Retrieve employer quote

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

Path parameters

employer_idstringRequiredformat: "er_.+"
employer_quote_idstringRequiredformat: "erhq_.+"

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
idstringformat: "erhq_.+"
Unique identifier for the quote
employer_idstringformat: "er_.+"
The Id of the employer for which the is created
quoted_atstringformat: "date-time"
Date and time the quote was created at
statusenum
Current status of the quote
Allowed values:
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.

objectstring or null
The object type
required_actionobject or null

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

Errors