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

KeyDatatypeRequiredDescription
orderingstringSpecifies the field used to order the resulting response

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;shop_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;system&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_updated_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;shop_url&quot;:&quot;\u003cstring,null-uri\u003e&quot;,&quot;failing_since&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;last_fetch&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;service_point_enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;service_point_carriers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;webhook_active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;webhook_url&quot;:&quot;\u003cstring,null-uri\u003e&quot;},{&quot;shop_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;system&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_updated_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;shop_url&quot;:&quot;\u003cstring,null-uri\u003e&quot;,&quot;failing_since&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;last_fetch&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;service_point_enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;service_point_carriers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;webhook_active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;webhook_url&quot;:&quot;\u003cstring,null-uri\u003e&quot;}]