checkout

Create Quote

post/checkout/v1/quote

Request body

modality'testkit' | 'walk_in_test' | 'at_home_phlebotomy' | 'on_site_collection' required

The method used to perform a lab test. ℹ️ This enum is non-exhaustive.

priorityboolean required
us_statestring required

Response

Successful Response

idstring uuid required
parent_idstring uuid nullable required
created_atstring date-time required
expires_atstring date-time required
modality'testkit' | 'walk_in_test' | 'at_home_phlebotomy' | 'on_site_collection' required

The method used to perform a lab test. ℹ️ This enum is non-exhaustive.

priorityboolean required
us_statestring required
walk_in_collection_networksWalkInCollectionNetworkSlug[] required

Example response

{
  "created_at": "2021-01-01T00:00:00Z",
  "expires_at": "2021-01-01T00:00:00Z"
}

Changes

Changed in 1 of the 100 revisions of this API.1