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",
  "ups"
]

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