85bb8b3c42b4
Retrieve a plan
Retrieves a plan object by its ID.
Path parameters
Query parameters
When provided together with start_date, per-plan eligibility counts are included in the response. Silently ignored if not paired with start_date.
When provided together with start_date, per-plan eligibility counts are included in the response. Silently ignored if not paired with start_date.
Reference date used to compute employee age when evaluating eligibility. Required together with group_id for counts to be included.
Reference date used to compute employee age when evaluating eligibility. Required together with group_id for counts to be included.
Headers
The target platform id. Required only when calling with a dashboard (WorkOS AuthKit) access token instead of a platform API key — the token carries no platform claim, so the caller must say which platform it means. Ignored for platform API key / embed session token callers.
Response
OK
Example response
{
"id": "pl_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"provider": {
"id": "pr_3b1333d87d9d4fd6ad83ba7f6b0e951a"
},
"health_insurance": {
"pricing": {
"per_member": {
"member_type_pricing": [
{
"monthly_premium": 123.45
}
]
},
"tier_based": {
"tiers": [
{
"monthly_premium": 123.45,
"annual_premium": 123.45
}
]
}
}
},
"available_from": "2024-12-01",
"available_to": "2024-12-01",
"coverage_options": [
{
"id": "pc_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"required": true,
"options": [
{
"id": "pco_3b1333d87d9d4fd6ad83ba7f6b0e951a"
}
]
}
]
}