List all integrations
GET {{baseUrl}}/integrations?sort=<string>
Note that this section describes a beta version of the Integrations API. Retrieve all valid integrations from the Sendcloud System for a given user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort | string | Set the order for the response items: |
- Sorting is supported by the
integration_type
,created_at
,updated_at
,last_fetch
, andfailing_since
attributes in the response object. - To sort the response in descending order, add the prefix
-
to the query param value. - By default, the items will be ordered by
last_fetch
and thencreated_at
. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{}