Retrieve a list of integrations
GET {{baseUrl}}/integrations?ordering=<string>
Retrieving your list of integrations
Retrieve information about all shop integrations currently connected to your Sendcloud account. The information returned includes the shop name and URL, the date, and the time of the last order fetch. The response indicates whether service point delivery is enabled for this integration and for which carriers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ordering | string | Specifies the field used to order the resulting response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"shop_name":"\u003cstring\u003e","system":"\u003cstring\u003e","last_updated_at":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","shop_url":"\u003cstring,null-uri\u003e","failing_since":"\u003cstring,null-date-time\u003e","last_fetch":"\u003cstring,null-date-time\u003e","service_point_enabled":"\u003cboolean\u003e","service_point_carriers":["\u003cstring\u003e","\u003cstring\u003e"],"webhook_active":"\u003cboolean\u003e","webhook_url":"\u003cstring,null-uri\u003e"},{"shop_name":"\u003cstring\u003e","system":"\u003cstring\u003e","last_updated_at":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","shop_url":"\u003cstring,null-uri\u003e","failing_since":"\u003cstring,null-date-time\u003e","last_fetch":"\u003cstring,null-date-time\u003e","service_point_enabled":"\u003cboolean\u003e","service_point_carriers":["\u003cstring\u003e","\u003cstring\u003e"],"webhook_active":"\u003cboolean\u003e","webhook_url":"\u003cstring,null-uri\u003e"}]