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"
Retrieve order result pdf via the Junction API. Requires authentication with your team API key.
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"
Was this page helpful?