GET
/
v3
/
order
/
area
/
info
curl --request GET \
     --url '{{BASE_URL}}/v3/order/area/info?zip_code=85004' \
     --header 'accept: application/json' \
     --header 'x-vital-api-key: {YOUR_KEY}'
{
  "zip_code": "85004",
  "phlebotomy": {
    "is_served": true,
    "providers": [
        {
          "name": "getlabs",
          "tier": ["appointment-ready"]
        },
        {
          "name": "phlebfinders",
          "tier": ["appointment-request"]
        }
    ]
  }
}

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Query Parameters

zip_code
string
required

Zip code of the area to check

Response

200 - application/json
zip_code
string
required
phlebotomy
object
required