ReferenceAPI referenceConnected apps
List the current user's connected apps
GET
/organizations/{organization_id}/composio/connectionstasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/composio/connections"{ "data": [ { "toolkit_slug": "string", "connected_account_id": "string", "no_auth": true, "status": "ACTIVE", "connected_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]}