Retrieve an integration
GET {{baseUrl}}/integrations/:id
Note that this section describes a beta version of the Integrations API. Get a valid integration from the Sendcloud System
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"shop_name":"\u003cstring\u003e","shop_url":"\u003curi\u003e","service_point_enabled":"\u003cboolean\u003e","service_point_carriers":["\u003cstring\u003e","\u003cstring\u003e"],"webhook_active":"\u003cboolean\u003e","webhook_url":"\u003cstring,null-uri\u003e","feedback_type":"none","id":"\u003cinteger\u003e","type":"\u003cstring\u003e","start_failing_at":"\u003cstring,null-date-time\u003e","last_fetched_at":"\u003cstring,null-date-time\u003e","created_at":"\u003cdateTime\u003e","updated_at":"\u003cdateTime\u003e"}}