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

nanoidstringRequired

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
idstring
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
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

Errors