Endpoints to retrieve information about the developer's directory.
API Documentation (1.22)
https://api-developer-sandbox.zocdoc.com/
https://api-developer.zocdoc.com/
Request
Retrieves specific providers within the developer's directory by NPI search. This endpoint searches active providers that are listed on Zocdoc. It returns the provider's information (such as name, gender identity, specialty), location information and provider location IDs which can be used to look up availability and book appointments. Every developer has a designated provider directory jointly defined and onboarded in partnership with Zocdoc.
The provider_location_id
returned in the response can be used to retrieve availability in the endpoint /v1/provider_locations/availability.
A comma-delimited list of Provider NPI numbers. A maximum of 50 items will be accepted at a time.
The Zocdoc ID of the patient's insurance plan. Used to determine if provider takes patient's insurance in response. See Reference Data for options.
- Sandbox
https://api-developer-sandbox.zocdoc.com/v1/providers
- Production
https://api-developer.zocdoc.com/v1/providers
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-developer-sandbox.zocdoc.com/v1/providers?npis=1234567891%2C0123456789&insurance_plan_id=ip_2224' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "request_id": "string", "data": [ { … } ] }