Skip to main content
GET
/
carriers
Retrieve a list of service point carriers
curl --request GET \
  --url https://servicepoints.sendcloud.sc/api/v2/carriers \
  --header 'Authorization: Basic <encoded-value>'
[
  "postnl",
  "dhl",
  "dpd",
  "ups"
]

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

access_token
string

A JSON Web Token encoding either an “id” (user ID) or “iid” (integration ID) property. Alternatively, a public API key.

Response

OK

A carrier code identifier (e.g. "postnl", "dhl").