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
"<any>"
This endpoint returns the printed labels for the order.
Vital Team API Key
Number of labels to generate
Collection date
PDF with labels
The response is of type any.
any