cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumerid}/connections \ --header 'Authorization: Bearer <token>'
[ { "connectionid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "integration": "<string>", "integrationid": 123, "api": "<string>", "data": {}, "status": "active", "agent": { "status": "up" } } ]
Returns a list of the connections (active or inactive) linked to your consumer
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type ConnectionItem · object[].
ConnectionItem · object[]