Retrieve an employer policy

GET
/employers/:employer_id/health_insurance/policies/:employer_policy_id

Retrieve group’s health insurance policy for an employer by employer_policy_id.

Path parameters

employer_idstringRequired
employer_policy_idstringRequired

Response

OK

idstringformat: "erhp_.+"

Unique identifier for policy

employer_idstringformat: "er_.+"

The Id of the employer for which the policy is created

start_datestringformat: "date"

Policy starts on this date

end_datestringformat: "date"

Policy ends on this date

statusenum
Allowed values: scheduledactiveexpiredcancelled

Current status of policy

enrolment_typeenum
Allowed values: opt_outopt_in

Enrolment type of the policy

renewalobject

Renewal information for the policy

employer_cancellation_period_lengthinteger

How many days the employer has to cancel the policy since the policy starts

coverage_levelslist of objects

Represents the available coverage levels for this olicy

objectstringOptional

The object type

cancellation_datestringOptionalformat: "date"

Policy was cancelled on this date, if cancellation occured

group_policy_numberstringOptional

Group’s health insurance policy number, if available

Built with