cURL
curl --request GET \ --url https://api.goevery.co/v1/shipments/{id}/label \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the shipment.
"669883e4bb5d6ab047c1c334"
Successfully fetched a shipment label in pdf.
The response is of type file.
file