Skip to content

Get specialty by id

Request

Get specialty by id

Security
ClientCredentialsFlow or AuthorizationCodeFlow
Path
specialty_idstringrequired

Zocdoc specialty id

curl -i -X GET \
  'https://api-developer-sandbox.zocdoc.com/v1/specialties/{specialty_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
request_idstringrequired

Unique request identifier for tracing

dataobject(SpecialtyData)required
Response
{ "request_id": "string", "data": { "id": "string", "name": "string", "care_category": "health", "default_visit_reason_id": "string", "default_visit_reason_name": "string" } }