Skip to main content
GET
/
v1
/
shipments
/
{id}
/
label
cURL
curl --request GET \
  --url https://api.goevery.co/v1/shipments/{id}/label \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the shipment.

Example:

"669883e4bb5d6ab047c1c334"

Response

200 - application/pdf

Successfully fetched a shipment label in pdf.

The response is of type file.