cURL
curl --request POST \ --url https://api.tryvital.io/v3/compendium/convert \ --header 'Content-Type: application/json' \ --header 'x-vital-api-key: <api-key>' \ --data ' { "target_lab": "labcorp", "lab_test_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "provider_ids": [ "<string>" ], "limit": 3 } '
{ "target_lab_id": 123, "target_lab_slug": "<string>", "source_lab_test_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "source_lab_id": 123, "source_provider_ids": [ "<string>" ], "converted_provider_ids": [ "<string>" ], "unresolved_provider_ids": [ "<string>" ], "by_source_provider_id": {} }
Vital Team API Key
ℹ️ This enum is non-exhaustive.
labcorp
quest
bioreference
sonora_quest
Successful Response
Show child attributes
Was this page helpful?
Suggestions