Skip to main content
GET
/
parcels
/
{id}
/
return_portal_url
Retrieve a return portal URL
curl --request GET \
  --url https://panel.sendcloud.sc/api/v2/parcels/{id}/return_portal_url \
  --header 'Authorization: Basic <encoded-value>'
{
  "url": "http://mybrand.returns-portal.com/initiate/"
}

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

id
string
required

ID of the parcel

Response

OK

url
string
required
Minimum string length: 1