Retrieve a list of integrations
Integrations API
Retrieve a list of integrations
Retrieve all valid integrations from the Sendcloud system for a given user.
GET
Retrieve a list of integrations
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Query Parameters
Set the order for the response items:
- Sorting is supported by the
integration_type,created_at,updated_at,last_fetch, andfailing_sinceattributes 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_fetchand thencreated_at.
Response
200 - application/json
All valid integrations from the Sendcloud System for a given user.
Integration object as represented in the response of the list request.