Area Info
Get Order Psc Info
Orders
At-home Phlebotomy
Patient Service Center (PSC)
Tests
Health Insurance
Area Info
Get Order Psc Info
GET
/
v3
/
order
/
{order_id}
/
psc
/
info
curl --request GET \
--url '{{BASE_URL}}/v3/order/{{ORDER_ID}}/psc/info' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"lab_id": 27,
"slug": "labcorp",
"patient_service_centers": [
{
"metadata": {
"name": "LABCORP",
"state": "AZ",
"city": "Phoenix",
"zip_code": "85006",
"first_line": "1300 N 12th St",
"second_line": "Ste 300",
"phone_number": "480-878-3988",
"fax_number": "844-346-5903",
"hours": null
},
"distance": "25",
},
]
}
curl --request GET \
--url '{{BASE_URL}}/v3/order/{{ORDER_ID}}/psc/info' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"lab_id": 27,
"slug": "labcorp",
"patient_service_centers": [
{
"metadata": {
"name": "LABCORP",
"state": "AZ",
"city": "Phoenix",
"zip_code": "85006",
"first_line": "1300 N 12th St",
"second_line": "Ste 300",
"phone_number": "480-878-3988",
"fax_number": "844-346-5903",
"hours": null
},
"distance": "25",
},
]
}
Authorizations
Vital Team API Key
Path Parameters
Your Order ID.
Query Parameters
Radius in which to search in miles
Available options:
10
, 20
, 25
, 50
Response
200
application/json
Successful Response
Available options:
ayumetrix
, spiriplex
, ussl
, quest
, labcorp
, bioreference
, us_biotek
, manual
, sanocardio
, ihd
Available options:
client_bill
, commercial_insurance
, patient_bill_passthrough
, patient_bill
curl --request GET \
--url '{{BASE_URL}}/v3/order/{{ORDER_ID}}/psc/info' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"lab_id": 27,
"slug": "labcorp",
"patient_service_centers": [
{
"metadata": {
"name": "LABCORP",
"state": "AZ",
"city": "Phoenix",
"zip_code": "85006",
"first_line": "1300 N 12th St",
"second_line": "Ste 300",
"phone_number": "480-878-3988",
"fax_number": "844-346-5903",
"hours": null
},
"distance": "25",
},
]
}