GET
/
v1
/
integration_account
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

200
application/json

The response is of type object[].