v71

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
lab_tests

Get Labs

GET all the labs.

get/v3/lab_tests/labs

Response

Successful Response

idinteger required
slugstring required
namestring required
first_line_addressstring required
citystring required
zipcodestring required
collection_methodsLabTestCollectionMethod[] required
sample_typesLabTestSampleType[] required
logo_urlstring nullable

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"
  }
]