GET
/
v1
/
integration_account
cURL
curl --request GET \
  --url http://localhost:8000/api/v1/integration_account
[
  {
    "integrationAccountId": "<string>",
    "integrationDefinitionId": "<string>",
    "integrationConfiguration": {},
    "authType": "<string>",
    "workspaceId": "<string>",
    "integrationAccountName": "<string>",
    "deleted": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "linkId": "<string>"
  }
]

Query Parameters

workspaceId
string
required

Workspace ID of the integration accounts you want to fetch

Response

integrationAccountId
string
required

A unique identifier for Integration Account

integrationDefinitionId
string
required

A unique identifier for Integration Definition

integrationConfiguration
object | null
required

Configuration used to configure the integration

authType
string
required

Type of authentication used to create this account Exmaple: OAuth2, Api Key etc

workspaceId
string
required

A unique identifier for Workspace

integrationAccountName
string
required

This is used for User experience. You can pass a name to easily identify the account in UI

deleted
string<date-time> | null
required

When this account is deleted. If deleted

createdAt
string<date-time>
required

When the integration account was created.

updatedAt
string<date-time>
required

When the integration account was updated last.

This will be linkId of the link used to created this account