Skip to main content
GET
/
labels
/
{id}
Get label document URL
curl --request GET \
  --url https://api.flexforward.com/labels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "url": "https://label-cdn.yunexpress.cn/labels/YT2503010001.pdf",
  "labelFormat": "pdf"
}

Authorizations

Authorization
string
header
required

API access token obtained from the Flex Forward dashboard.

Path Parameters

id
string<uuid>
required

Label ID returned by the create-label endpoint.

Response

Label document URL retrieved successfully.

id
string<uuid>
required

Label identifier.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

url
string<uri>
required

URL to download the label document.

Example:

"https://label-cdn.yunexpress.cn/labels/YT2503010001.pdf"

labelFormat
string
required

Document format (pdf or png).

Example:

"pdf"