curl --request GET \
--url '{{BASE_URL}}/v3/lab_test/lab_account' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"lab": "ayumetrix",
"status": "active",
"delegated_flow": "order_delegated",
"provider_account_id": "<string>",
"allowed_billing": {},
"team_id_allowlist": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"account_name": "<string>",
"business_units": [
"<string>"
]
}
]
}Get available Lab Accounts
curl --request GET \
--url '{{BASE_URL}}/v3/lab_test/lab_account' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"lab": "ayumetrix",
"status": "active",
"delegated_flow": "order_delegated",
"provider_account_id": "<string>",
"allowed_billing": {},
"team_id_allowlist": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"account_name": "<string>",
"business_units": [
"<string>"
]
}
]
}curl --request GET \
--url '{{BASE_URL}}/v3/lab_test/lab_account' \
--header 'x-vital-api-key: {YOUR_KEY}'
Vital Team API Key
ℹ️ This enum is non-exhaustive.
active, pending, suspended Successful Response
Show child attributes
Was this page helpful?
Suggestions