POST
/
v1
/
link

Body

application/json
category
object[]
required

Integration categories you want this link to support. Example: Ticketing, Documentation etc

expiresIn
number
required

Link expires after the specified seconds

Name of the link. Majorly used to easily search for this in UI Example: You can use customer name: Poozle

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}

integrationDefinitionId
string

Integration definition Id when you want to restrict the link to specific integration

Response

201 - application/json
canExpire
boolean
required

Boolean to tell if the link can expire

category
object[]
required

Category integration belongs to Example: Ticketing, Documentation etc

createdAt
string
required

When the Link was created.

expiresIn
number
required

If canExpire is set to true. This indicates seconds in which the link will expire.

A unique identifier for Link

Name of the link. Majorly used to easily search for this in UI Example: You can use customer name: Poozle

preferOAuth
boolean
required

Boolean to tell if only OAuth should be accepted as authentication process

updatedAt
string
required

When the Link was updated last.

workspaceId
string
required

Unique identifier for Workspace.

IntegrationAccount
object[]

Integration Accounts