curl --request GET \ --url '{{BASE_URL}}/v3/order/<order_id>/labels/pdf' \ --header 'accept: application/pdf' \ --header 'x-vital-api-key: {YOUR_KEY}' --output file.pdf
{ "detail": "<unknown>" }
Download shipping labels as a PDF for a testkit order to include in the outbound package.
Vital Team API Key
Number of labels to generate
Collection date
PDF with labels
Was this page helpful?