Get visit reasons with optional filtering by specialty
Security
ClientCredentialsFlow or AuthorizationCodeFlow
- Sandboxhttps://api-developer-sandbox.zocdoc.com/v1/visit_reasons
- Productionhttps://api-developer.zocdoc.com/v1/visit_reasons
- ClientCredentialsFlow
- AuthorizationCodeFlow
curl -i -X GET \
'https://api-developer-sandbox.zocdoc.com/v1/visit_reasons?page=0&page_size=1&specialty_id=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
Response
{ "request_id": "string", "page": 0, "page_size": 0, "total_count": 0, "next_url": "string", "data": [ { … } ] }