Skip to main content
GET
/
brand
/
{brand_domain}
/
return-portal
/
label
/
download
Retrieve a return label
curl --request GET \
  --url https://panel.sendcloud.sc/api/v2/brand/{brand_domain}/return-portal/label/download \
  --header 'Authorization: Bearer <token>'
"<string>"
Once a return parcel has been successfully created and announced to the carrier, the label will be ready to download. This endpoint returns the return label file (in PDF format). You should not need to manually construct the URL for this endpoint, as it is returned in the response body for the Retrieve the status of a return endpoint.

Authorizations

Authorization
string
header
required

The JWT generated when starting the Return Portal process

Path Parameters

brand_domain
string
required

The domain of the brand configured for your return portal.

Query Parameters

token
string
required

Token that is used to find the right parcel.

Response

OK

The response is of type file.