Skip to content

Get reviews for providers

Request

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
Query
provider_idsstringrequired

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
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>'

Responses

Success

Bodyapplication/json
request_idstringrequired

Unique request identifier for tracing

dataArray of objects(ProviderReviewsData)required

One item for each distinct requested provider_id, in request order.

Response
{ "request_id": "string", "data": [ {} ] }