Endpoints to retrieve information about the developer's directory.
API Documentation (1.22)
https://api-developer-sandbox.zocdoc.com/
https://api-developer.zocdoc.com/
The status of the insurance plan. Default is active.
The type of insurance plan.
The program type of the insurance plan.
- Sandbox
https://api-developer-sandbox.zocdoc.com/v1/insurance_plans
- Production
https://api-developer.zocdoc.com/v1/insurance_plans
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-developer-sandbox.zocdoc.com/v1/insurance_plans?page=0&page_size=100&status=inactive&state=NY&plan_type=hmo&program_type=commercial&care_category=health' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Success
The insurance carrier for the insurance plan
The type of insurance plan
- HMO: Health Maintenance Organization
- PPO: Preferred Provider Organization
- POS: Point-of-Service
- EPO: Exclusive Provider Organization
- Indemnity: Traditional fee-for-service plans
- ASO: Administrative Services Only
- ACO: Accountable Care Organizations
- ACP: Accountable Care Program
- Medicare: Medicare Advantage plans
- Medicaid: Medicaid Managed Care plans
- Other
- Uncategorized: Uncategorized insurance plans
We've categorized plan types offered by each carrier into their associated programs:
- Commercial: The most common plans offered by private companies. Providers contract directly with the private insurance company.
- ACA Marketplace (Commercial exchange): Plans available for patients to buy on online marketplaces under the Affordable Care Act. Providers contract with the insurance carrier offering the plan, not the marketplace itself.
- Medicare: Medicare advantage plans, sometimes called “Part C” or “MA Plans,” are offered by private companies approved by Medicare. They provide coverage to individuals, families, and employer groups, typically through employer-sponsored plans.
- Medicaid: Medicaid Managed Care plans provide Medicaid benefits through contracted arrangements between state Medicaid agencies and a managed care organization (MCOs).
- Worker's Compensation: State-mandated programs for work-related injuries and illnesses. Providers contract with the employer or a state-designated agency.
- Uncategorized: Uncategorized insurance plans
Status of the insurance plan
Date & time of when the reference data was made in ISO-8601 format with a timezone offset representing UTC
{ "request_id": "string", "page": 0, "page_size": 0, "total_count": 0, "next_url": "string", "data": [ { … } ] }
- Sandbox
https://api-developer-sandbox.zocdoc.com/v1/insurance_plans/{insurance_plan_id}
- Production
https://api-developer.zocdoc.com/v1/insurance_plans/{insurance_plan_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api-developer-sandbox.zocdoc.com/v1/insurance_plans/ip_2224 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Success
The insurance carrier for the insurance plan
The type of insurance plan
- HMO: Health Maintenance Organization
- PPO: Preferred Provider Organization
- POS: Point-of-Service
- EPO: Exclusive Provider Organization
- Indemnity: Traditional fee-for-service plans
- ASO: Administrative Services Only
- ACO: Accountable Care Organizations
- ACP: Accountable Care Program
- Medicare: Medicare Advantage plans
- Medicaid: Medicaid Managed Care plans
- Other
- Uncategorized: Uncategorized insurance plans
We've categorized plan types offered by each carrier into their associated programs:
- Commercial: The most common plans offered by private companies. Providers contract directly with the private insurance company.
- ACA Marketplace (Commercial exchange): Plans available for patients to buy on online marketplaces under the Affordable Care Act. Providers contract with the insurance carrier offering the plan, not the marketplace itself.
- Medicare: Medicare advantage plans, sometimes called “Part C” or “MA Plans,” are offered by private companies approved by Medicare. They provide coverage to individuals, families, and employer groups, typically through employer-sponsored plans.
- Medicaid: Medicaid Managed Care plans provide Medicaid benefits through contracted arrangements between state Medicaid agencies and a managed care organization (MCOs).
- Worker's Compensation: State-mandated programs for work-related injuries and illnesses. Providers contract with the employer or a state-designated agency.
- Uncategorized: Uncategorized insurance plans
Status of the insurance plan
Date & time of when the reference data was made in ISO-8601 format with a timezone offset representing UTC
{ "request_id": "string", "data": { "id": "string", "name": "string", "carrier": { … }, "plan_type": "hmo", "program_type": "commercial", "status": "inactive", "care_categories": [ … ], "coverage_area": { … }, "ref_metadata": { … } } }