GET
/
api
/
v1
/
connectedAccounts
/
{connectedAccountId}

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

connectedAccountId
string
required

Response

200 - application/json
integrationId
string
required

The ID of the integration to which the connected account belongs. You can get this from the /api/v1/integrations endpoint.

appUniqueId
string
required

The unique ID of the app to which the connected account belongs. To get the full app info, you can use the /api/v1/apps endpoint.

id
string
required

The unique identifier for this connected account.

clientUniqueUserId
string
requireddeprecated

The entityId to which the connected account belongs. **Deprecated: ** Please use the entityId field instead.

appName
string
required

The name of the app this account is connected to. You can get the list of available apps from the /api/v1/apps endpoint.

entityId
string
required

The entity ID associated with the connection. Learn more about entities here.

status
enum<string>
required

The current status of the connection (e.g. 'active', 'inactive', 'pending').

Available options:
INITIATED,
ACTIVE,
FAILED
createdAt
string
required

The date and time when the connected account was created.

updatedAt
string
required

The date and time when the connected account was last updated.

memberInfo
object

Team Member information

meta
object

Additional information related to the connected account.

isDisabled
boolean

Flag to indicate if the connected account is disabled. If this is true, the connected account will not be able to be used for any actions.

enabled
boolean

Flag to indicate if the connected account is enabled. This will be true if the connected account is active and can be used to perform actions.