GET
/
v1
/
order
/
{id}
/
label
Get shipping label PDF for a purchase order
curl --request GET \
  --url https://public.api.collectpure.com/v1/order/{id}/label \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>"
}

Returns the shipping label PDF bytes data for a purchase order.

Response Example

{
  "url": "https://aouokhwqjizbcoutydig.supabase.co/storage/v1/object/sign/labels/12345.pdf?token=eyJraW..."
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

Order ID

Response

200
application/json

Shipping label URL