List all connections

List all existing connection resources.

{ "connections": [ { "service": "shopify", "externalid": "foo.myshopify.com", "name": "Foo, Inc.", "isInternal": "1", "status": "1", "syncStatus": "0", "lastSync": "2017-02-02T13:09:07-06:00", "logoUrl": "", "linkUrl": "", "cdate": "2017-02-02T13:09:07-06:00", "udate": "2017-02-02T13:09:12-06:00", "links": { "customers": "/api/3/connections/1/customers" }, "id": "1" }, { "service": "fooCommerce", "externalid": "johndoe@example.com", "name": "Acme, Inc.", "isInternal": "0", "status": "1", "syncStatus": "0", "lastSync": null, "logoUrl": "http://example.com/i/foo.png", "linkUrl": "http://example.com/foo/", "cdate": "2017-02-02T14:56:05-06:00", "udate": "2017-02-03T15:54:51-06:00", "links": { "customers": "/api/3/connections/2/customers" }, "id": "2" } ], "meta": { "total": "2" } }
Query Params
string

Filter by the external service name.

string

Filter by the external id associated with a connection.

Responses

Language
Credentials
URL
Choose an example:
application/json