Skip to main content
GET
/
account-health
/
lab-appointment
/
area-info
Check Lab Appointment Area Info
curl --request GET \
  --url https://api.dontdie.com/account-health/lab-appointment/area-info \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'
{
  "hasAvailableLabs": true
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer

x-dd-client-id
string
header
required

Your API client ID for the request

Query Parameters

zipCode
string
required

The zip code to check for lab availability

Response

OK

hasAvailableLabs
boolean

True if labs are available for appointment scheduling in the given zip code (within radius is positive and appointment_scheduling_via_junction is in capabilities), false otherwise

Example:

true