POST
/
v1
/
integration_account

Body

application/json
accountIdentifier
string
required
authType
string
required
config
object
required
integrationAccountName
string
required
integrationDefinitionId
string
required
workspaceId
string
required

Response

201 - application/json
authType
string
required

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

createdAt
string
required

When the integration account was created.

deleted
string | null
required

When this account is deleted. If deleted

integrationAccountId
string
required

A unique identifier for Integration Account

integrationAccountName
string
required

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

integrationConfiguration
object | null
required

Configuration used to configure the integration

integrationDefinitionId
string
required

A unique identifier for Integration Definition

updatedAt
string
required

When the integration account was updated last.

workspaceId
string
required

A unique identifier for Workspace

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