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.
The Zocdoc ID of the patient's insurance plan. Used to determine if provider takes patient's insurance in response. Use the Get Insurance Plans endpoint to retrieve available plans.
- Sandboxhttps://api-developer-sandbox.zocdoc.com/v1/providers
- Productionhttps://api-developer.zocdoc.com/v1/providers
- ClientCredentialsFlow
- AuthorizationCodeFlow
curl -i -X GET \
'https://api-developer-sandbox.zocdoc.com/v1/providers?npis=1234567891%2C0123456789&insurance_plan_id=ip_31820&latitude=-90&longitude=-180' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "request_id": "string", "data": [ { … } ] }