curl --request GET \
--url http://localhost:8000/api/v1/integration_account/{integrationAccountId}
{
"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}
{
"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>"
}
Id for the integration account
The response is of type object
.