Get connected account details by ID

Retrieves comprehensive details of a connected account, including authentication configuration, connection status, and all parameters needed for API requests.

Path parameters

nanoidstringRequiredformat: "connectedAccountId"

The unique identifier (nanoid) of the connected account

Headers

x-api-keystringRequired

Response

Successfully retrieved connected account details with all authentication parameters and connection status
toolkitobject
auth_configobject
idstringformat: "connectedAccountId"
The id of the connection
statusenum
The status of the connection
created_atstring
The created at of the connection
updated_atstring
The updated at of the connection
stateobject
The state of the connection
is_disabledboolean
Whether the connection is disabled
user_idstringDeprecated
This is deprecated, we will not be providing userId from this api anymore, you will only be able to read via userId not get it back
dataobjectDeprecated

This is deprecated, use state instead

paramsobjectDeprecated
The initialization data of the connection, including configuration parameters
status_reasonstring or null
The reason the connection is disabled
test_request_endpointstring or null
The endpoint to make test request for verification
deprecatedobject or null