GET
/
v1
/
integration_account
/
{integrationAccountId}
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>"
}

Path Parameters

integrationAccountId
string
required

Id for the integration account

Response

200
application/json

The response is of type object.