curl --request POST \
--url https://api.vitablehealth.com/v1/marketplace-plans/search \
--header 'Content-Type: application/json' \
--header 'X-Partner-API-Key: <api-key>' \
--data '
{
"zipcode": "<string>",
"applicants": [
{
"age": 60,
"smoker": true,
"child": true
}
],
"household": {
"household_size": 2,
"household_income_in_cents": 1
},
"providers": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"npis": [
123
],
"phone": "<string>"
}
],
"enrollment_date": "2023-12-25"
}
'{
"marketplace_plans": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"carrier_name": "<string>",
"carrier_logo_url": "<string>",
"plan_type": "<string>",
"level": "catastrophic",
"premium": 123,
"effective_date": "2023-12-25",
"expiration_date": "2023-12-25",
"individual_medical_deductible_in_network": 123,
"family_medical_deductible_in_network": 123,
"individual_medical_out_of_pocket_max_in_network": 123,
"family_medical_out_of_pocket_max_in_network": 123,
"individual_drug_deductible": 123,
"family_drug_deductible": 123,
"primary_care_physician": 123,
"generic_drugs": 123,
"sbc_url": "<string>",
"benefits_summary_url": "<string>",
"drug_formulary_url": "<string>",
"on_market_in": true,
"providers": [
{
"npi": 123,
"in_network": true
}
]
}
]
}Search for health insurance marketplace plans based on location, applicants, and household information. This endpoint helps payroll providers and benefits administrators find available health plans for ICHRA (Individual Coverage HRA) implementations and employee plan selection.
curl --request POST \
--url https://api.vitablehealth.com/v1/marketplace-plans/search \
--header 'Content-Type: application/json' \
--header 'X-Partner-API-Key: <api-key>' \
--data '
{
"zipcode": "<string>",
"applicants": [
{
"age": 60,
"smoker": true,
"child": true
}
],
"household": {
"household_size": 2,
"household_income_in_cents": 1
},
"providers": [
{
"id": 123,
"name": "<string>",
"type": "<string>",
"npis": [
123
],
"phone": "<string>"
}
],
"enrollment_date": "2023-12-25"
}
'{
"marketplace_plans": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"carrier_name": "<string>",
"carrier_logo_url": "<string>",
"plan_type": "<string>",
"level": "catastrophic",
"premium": 123,
"effective_date": "2023-12-25",
"expiration_date": "2023-12-25",
"individual_medical_deductible_in_network": 123,
"family_medical_deductible_in_network": 123,
"individual_medical_out_of_pocket_max_in_network": 123,
"family_medical_out_of_pocket_max_in_network": 123,
"individual_drug_deductible": 123,
"family_drug_deductible": 123,
"primary_care_physician": 123,
"generic_drugs": 123,
"sbc_url": "<string>",
"benefits_summary_url": "<string>",
"drug_formulary_url": "<string>",
"on_market_in": true,
"providers": [
{
"npi": 123,
"in_network": true
}
]
}
]
}Partner API key for external integrations
Request to search for marketplace health insurance plans
ZIP code for plan availability search
Preferred healthcare providers to check network coverage
Intended enrollment date for coverage
List of available marketplace plans
Response containing available marketplace plans
List of available health insurance plans
Show child attributes
Unique plan identifier
Plan name
Insurance carrier name
URL to carrier logo image
Type of health plan (HMO, PPO, EPO, etc.)
Health insurance plan metal levels indicating coverage richness:
catastrophic - Catastrophic coverage (lowest cost, highest deductible)bronze - Bronze level (60% actuarial value)expanded_bronze - Enhanced bronze levelsilver - Silver level (70% actuarial value)gold - Gold level (80% actuarial value)platinum - Platinum level (90% actuarial value, highest coverage)catastrophic, bronze, expanded_bronze, silver, gold, platinum Monthly premium amount
Plan coverage start date
Plan coverage end date
Individual medical deductible for in-network care
Family medical deductible for in-network care
Individual out-of-pocket maximum for in-network care
Family out-of-pocket maximum for in-network care
Individual prescription drug deductible
Family prescription drug deductible
Primary care physician visit cost
Generic prescription drug cost
Summary of Benefits and Coverage (SBC) document URL
Benefits summary document URL
Drug formulary (covered medications) document URL
Whether the plan is available on the marketplace