Retrieve a plan
Retrieves a plan object by its ID.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Path parameters
plan_id
Response
OK
id
Unique identifier for the plan. Prefixed with pl_.
type
The benefit type of the plan.
Allowed values:
name
The name of the plan.
description
Description of the plan.
country
The country this plan is available in.
provider
The provider offering this plan.
documents
List of plan documents (e.g., IPIDs, T&Cs).
employer_eligibility_criteria
Eligibility criteria that employers must meet.
employee_eligibility_criteria
Eligibility criteria that employees must meet.
available_from
The date from which this plan is available (inclusive).
object
Object type. Always plan.
health_insurance
Health insurance-specific details. Only populated when type is health_insurance.
available_to
The date until which this plan is available (inclusive). Null if the plan has no end date.

