/vitals/doctors/reviews
/vitals
/vitals/doctors/reviews
Get patient reviews for a Vitals doctor by slug or profile URL: star rating, review text, date, helpful count and review source.
Price: 10 credits
💡 AI Hint: Fetch patient reviews for a Vitals doctor by slug or profile URL. Each review has id, rating (1-5 stars), text, created_at, helpful_count and source.
⚠️ Common errors: 412: Doctor not found (well-formed slug with no Vitals profile)
POST
/vitals/doctors/reviews
Authorizations
API token from the dashboard
Headers
Body
application/json
Vitals doctor slug (e.g. mershed-alsamara-ec1iuw) or a doctor profile URL
Minimum string length:
1Example:
"mershed-alsamara-ec1iuw"
Max number of reviews to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500