POST
/
v1
/
integration_definition

Body

application/json
name
string
required

Name of the integration

sourceUrl
string
required

This is the URL where the compiled source code of integration

integrationType
object
required

Category integration belongs to Example: Ticketing, Documentation etc

workspaceId
string
required

Unique identifier used to identify all the other resources. You can find this in the UI after the host and /workspaces/{workspaceId}

Response

201 - application/json
integrationDefinitionId
string
required

A unique identifier for Integration Definition

name
string
required

Name of the integration

key
string
required

A unique identifier in text used to identify Integration

icon
string | null
required

Icon for the integration

version
string
required

Current version of the integration

releaseStage
object
required

This tells the status of the integration. If Alpha most features will be working but can expect some issues.

sourceUrl
string
required

This is the URL where the compiled source code of integration

integrationType
object
required

Category integration belongs to Example: Ticketing, Documentation etc

workspaceId
string | null
required

A unique identifier for Workspace

deleted
string | null
required

When this account is deleted. If deleted

createdAt
string
required

When the integration account was created.

updatedAt
string
required

When the integration account was updated last.