lab_tests
Get Labs
GET all the labs.
get/v3/lab_tests/labs
Response
Successful Response
Example response
[
{
"city": "San Francisco",
"collection_methods": [
"testkit"
],
"first_line_address": "123 Main St",
"id": 1,
"logo_url": "https://assets.tryvital.io/labs/labcorp.png",
"name": "LabCorp",
"sample_types": [
"saliva"
],
"slug": "labcorp",
"zipcode": "91789"
}
]