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
nanoid
The unique identifier (nanoid) of the connected account
Headers
x-api-key
Response
Successfully retrieved connected account details with all authentication parameters and connection status
toolkit
auth_config
id
The id of the connection
status
The status of the connection
created_at
The created at of the connection
updated_at
The updated at of the connection
state
The state of the connection
is_disabled
Whether the connection is disabled
user_idDeprecated
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
dataDeprecated
This is deprecated, use state
instead
paramsDeprecated
The initialization data of the connection, including configuration parameters
status_reason
The reason the connection is disabled
test_request_endpoint
The endpoint to make test request for verification
deprecated