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>"
}
]
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>"
}
]
Workspace ID of the integration accounts you want to fetch
The response is of type object[]
.