GET
/
v3
/
lab_tests
/
labs
curl --request GET \
     --url '{{BASE_URL}}/v3/lab_tests/labs' \
     --header 'accept: application/json' \
     --header 'x-vital-api-key: {YOUR_KEY}'
[
  {
    "id": 1,
    "slug": "labcorp",
    "name": "LabCorp",
    "first_line_address": "123 Main St",
    "city": "San Francisco",
    "zipcode": "91789",
    "collection_methods": ["at_home_phlebotomy", "walk_in_test"],
    "sample_types": ["saliva", "serum"]
  }
]

Authorizations

x-vital-api-key
string
headerrequired

Vital Team API Key

Response

200 - application/json
id
integer
required
slug
string
required
name
string
required
first_line_address
string
required
city
string
required
zipcode
string
required
collection_methods
enum<string>[]
required
Available options:
testkit,
walk_in_test,
at_home_phlebotomy
sample_types
enum<string>[]
required
Available options:
dried_blood_spot,
serum,
saliva,
urine