Skip to main content
POST
/
dsf
/
tickets
/
address-change
Create a ticket for an address change
curl --request POST \
  --url https://panel.sendcloud.sc/api/v3/dsf/tickets/address-change \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tracking_number": "3SABCD1234567",
  "new_address": "Stadhuisplein 10, 5611 EM Eindhoven",
  "additional_details": "The parcel was unjustly returned"
}
'
{
  "ticket_id": "b99c8ea5-3156-442e-8dfe-c746218a3fbe"
}

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.

Query Parameters

is_portal_claim
boolean
default:false

Set to true to force a portal claim. Supported for Colissimo, Chronopost, Colis Privé, Mondial Relay, InPost ES, and DHL Express carriers only. Requires a carrier contract setup.

Body

application/json

Data that is needed for creation of a ticket for own contract parcel and parcels created using Sendcloud rates is different. Please refer to relevant examples below.

tracking_number
string
required

Parcel tracking number

Example:

"3SABCD1234567"

new_address
string
required

Foo

Example:

"Stadhuisplein 10, 5611 EM Eindhoven"

additional_details
string

Description of the issue and additional information

Example:

"The parcel was unjustly returned"

Response

Accepted

Create ticket response

ticket_id
string
required