curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/collection_instruction_pdf' \
--header 'accept: application/pdf' \
--header 'x-vital-api-key: {YOUR_KEY}' \
--output file.pdf
{
"detail": "<unknown>"
}Orders
Get Collection Instructions PDF for Order
Retrieve order collection instructions PDF via the Junction API. Requires authentication with your team API key.
GET
/
v3
/
order
/
{order_id}
/
collection_instruction_pdf
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/collection_instruction_pdf' \
--header 'accept: application/pdf' \
--header 'x-vital-api-key: {YOUR_KEY}' \
--output file.pdf
{
"detail": "<unknown>"
}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/order/<order_id>/collection_instruction_pdf' \
--header 'accept: application/pdf' \
--header 'x-vital-api-key: {YOUR_KEY}' \
--output file.pdf
Was this page helpful?