GET
/
v3
/
order
/
area
/
info
Authorization
Query
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
    }
}

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
phlebotomy
object
required
zip_code
string
required