Results
Get Results PDF
Orders
At-home Phlebotomy
Patient Service Center (PSC)
Tests
Health Insurance
Results
Get Results PDF
This endpoint returns the lab results for the order.
GET
/
v3
/
order
/
{order_id}
/
result
/
pdf
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/result/pdf' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
"Returns PDF of test data - <specimen_number>.pdf"
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/result/pdf' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
"Returns PDF of test data - <specimen_number>.pdf"
Authorizations
Vital Team API Key
Path Parameters
Response
200
application/json
PDF with results
The response is of type any
.
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/result/pdf' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
"Returns PDF of test data - <specimen_number>.pdf"