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>" }
GET collection instructions for an order
Vital Team API Key
Your Order ID.
PDF with collection instructions
Was this page helpful?