/
Get provider location by...
Get info about a provider location by provider_location_id
Security
ClientCredentialsFlow or AuthorizationCodeFlow
The Zocdoc ID of the patient's insurance plan. Use the Get Insurance Plans endpoint to retrieve available plans.
Example:insurance_plan_id=ip_31820
- Sandboxhttps://api-developer-sandbox.zocdoc.com/v1/provider_locations/{provider_location_id}
- Productionhttps://api-developer.zocdoc.com/v1/provider_locations/{provider_location_id}
- ClientCredentialsFlow
- AuthorizationCodeFlow
curl -i -X GET \
'https://api-developer-sandbox.zocdoc.com/v1/provider_locations/pr_abc123-def456_wxyz7890|lo_abc123-def456_wxyz7890?insurance_plan_id=ip_31820' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "request_id": "string", "data": { "provider_location_id": "pr_abc123-def456_wxyz7890|lo_abc123-def456_wxyz7890", "provider_location_type": "in_person_provider", "accepts_patient_insurance": "accepted", "first_availability_date_in_provider_local_time": "2019-08-24", "provider": { … }, "location": { … }, "virtual_location": { … }, "practice": { … }, "booking_requirements": { … } } }