Retrieve a plan

Retrieves a plan object by its ID.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

plan_idstringRequiredformat: "pl_.+"

Response

OK
idstringformat: "pl_.+"

Unique identifier for the plan. Prefixed with pl_.

typeenum
The benefit type of the plan.
Allowed values:
namestring
The name of the plan.
descriptionstring
Description of the plan.
countryenum
The country this plan is available in.
providerobject
The provider offering this plan.
documentslist of objects

List of plan documents (e.g., IPIDs, T&Cs).

employer_eligibility_criterialist of objects
Eligibility criteria that employers must meet.
employee_eligibility_criterialist of objects
Eligibility criteria that employees must meet.
available_fromdate

The date from which this plan is available (inclusive).

objectstring or nullRead-only

Object type. Always plan.

health_insuranceobject or null

Health insurance-specific details. Only populated when type is health_insurance.

available_todate or null

The date until which this plan is available (inclusive). Null if the plan has no end date.

Errors