GET
/
v3
/
lab_test
/
{lab_test_id}
/
collection_instruction_pdf
curl --request GET \
     --url '{{BASE_URL}}/v3/lab_test/<lab_test_id>/collection_instruction_pdf' \
     --header 'accept: application/pdf' \
     --header 'x-vital-api-key: {YOUR_KEY}'
     --output file.pdf
"<any>"

This feature is in closed beta.

Interested in this feature? Get in touch with your Customer Success Manager.

curl --request GET \
     --url '{{BASE_URL}}/v3/lab_test/<lab_test_id>/collection_instruction_pdf' \
     --header 'accept: application/pdf' \
     --header 'x-vital-api-key: {YOUR_KEY}'
     --output file.pdf

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Path Parameters

lab_test_id
string
required

Response

200
application/json

PDF with collection instructions

The response is of type any.