Skip to main content
PATCH
/
dsf
/
carrier-support-contacts
/
{id}
Update a carrier support contact
curl --request PATCH \
  --url https://panel.sendcloud.sc/api/v3/dsf/carrier-support-contacts/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "carrier@email.com",
  "language": "en-us"
}
'
{
  "id": 1,
  "carrier_code": "dpd",
  "email": "dpd@email.com",
  "language": "nl-nl"
}

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
integer<int64>
required

Support contact id

Body

application/json
email
string<email>

Email address of the carrier to which the ticket details will be forwarded.

Example:

"carrier@email.com"

language
enum<string>

Language in which the carrier will be contacted.

Available options:
de-de,
en-gb,
en-us,
es-es,
fr-fr,
nl-nl,
it-it
Example:

"en-us"

Response

Create carrier support contact

id
integer<int64>
required
carrier_code
enum<string>
required

A carrier represented by a Sendcloud code

Available options:
amazon,
bpost,
bol,
bring,
brt,
budbee,
cainiao,
chronopost,
colisprive,
colissimo,
colissimo_ec2c,
correos,
correos_express,
cirro,
dachser,
dbschenker,
delivengo,
der_kurier,
dp,
dhl,
dhl_de,
dhl_ecommerce,
dhl_freight,
dhl_gb,
dhl_parcel_gb,
dhl_parcel_iberia,
dhl_express,
dpd,
dpd_at,
dpd_fr,
dpd_gb,
dpd_local,
fadello,
fairsenden,
fedex,
fedexcrossborder,
fietskoeriers,
geodis,
gls_de,
gls_es,
gls_eu,
gls_it,
gls_nl,
glovo,
hermes_c2c_gb,
hermes_at,
hermes_de,
hermes_gb,
hived,
homerr,
hurby,
inpost_gb,
inpost_es,
inpost_it,
inpost_pl,
jongstra,
landmark,
lettresuivie,
mondial_relay,
mhi,
nacex,
ontime,
paack,
packs,
parcelforce,
mrw,
plx,
postat,
poste_italiane,
poste_it_delivery,
postnl,
postnl_fulfilment,
postnl_large,
postnord,
quicargo,
relais_colis,
rjpv2,
rjp,
royal_mail,
royal_mailv2,
sandd,
sendcloud,
seur,
skymail,
storeshippers,
tipsa,
transmission,
trunkrs,
ups,
van_straaten,
viatim,
ctt_express,
tnt_it,
yodel,
europaket,
spring,
evri_international,
asendia,
transforce,
dhl_2_man_handling
Example:

"postnl"

email
string<email>
required

Email address of the carrier to which the ticket details will be forwarded.

Example:

"carrier@email.com"

language
enum<string>

Language in which the carrier will be contacted.

Available options:
de-de,
en-gb,
en-us,
es-es,
fr-fr,
nl-nl,
it-it
Example:

"en-us"