Tasuku
ReferenceAPI referenceConnected apps

List the current user's connected apps

GET/organizations/{organization_id}/composio/connections

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response 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"    }  ]}