Get review summaries for up to 100 providers in a single call, by their Zocdoc provider IDs. Duplicate IDs are collapsed; returns one item per distinct requested ID, in request order. Providers that are unknown or not accessible to the caller are returned with zero/null ratings.
Security
ClientCredentialsFlow or AuthorizationCodeFlow
A comma-delimited list of Zocdoc provider IDs to fetch review summaries for. Duplicate IDs are collapsed; a maximum of 100 distinct items will be accepted at a time. IDs that are unknown or not accessible to the caller are returned with zero reviews and null ratings (not an error).
Example:provider_ids=pr_xyz123,pr_abc456
- Sandboxhttps://api-developer-sandbox.zocdoc.com/v1/providers/reviews
- Productionhttps://api-developer.zocdoc.com/v1/providers/reviews
- ClientCredentialsFlow
- AuthorizationCodeFlow
curl -i -X GET \
'https://api-developer-sandbox.zocdoc.com/v1/providers/reviews?provider_ids=pr_xyz123%2Cpr_abc456' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "request_id": "string", "data": [ { … } ] }