GET
/
v1
/
connectedAccounts
/
{connectedAccountId}

Authorizations

X-API-Key
string
headerrequired

Path Parameters

connectedAccountId
string
required

The unique identifier of the connection.

Response

200 - application/json
integrationId
string

The unique identifier of the connector associated with the connection.

connectionParams
object

An object containing the parameters specific to the connection.

id
string

The unique identifier of the connection.

status
enum<string>

The status of the connection (e.g., "SUCCESS").

Available options:
ACTIVE,
INITIATED,
FAILED
createdAt
string

The timestamp indicating when the connection was created.

updatedAt
string

The timestamp indicating when the connection was last updated.

Was this page helpful?