- One or more marker IDs or Provider IDs.
- The collection method:
testkit,walk_in_test,at_home_phlebotomy, oron_site_collection.
Example
To begin, make a request to ourGET /v3/lab_tests/markers endpoint, in order to choose the markers you want to test for.
Get all markers
POST /v3/lab_tests.
As an example, let’s say you wanted a test from Labcorp, with markers with provider IDs 006056 and 070085:
Create a new test
It is possible to create a test with either the marker id or provider id. Provider ids are the recommended way, since these are shared across environments. Not all labs provide these, so in their absence, use the marker id.
status is set to pending_approval. You can verify when it changes to active by calling the lab tests endpoint. The is_active field is deprecated; use status instead.