List connections
GET/v1/entities/:entity_id/connections
Returns a list of connections you've previously created. The connections are returned in sorted order, with the most recent connections appearing first. Authentication
Request
Responses
- 200
- 401
- 404
A dictionary with a data property that contains an array of objects. Each entry in the array is a separate connection object. If no more connections are available, the resulting array will be empty.
HTTP Basic: Access denied.
Returns an error if a invalid identifier was provided.