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"

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Path Parameters

order_id
string
required

Response

200 - application/pdf

The response is of type string.