GET
/
v1
/
link
/
{linkId}

Path Parameters

linkId
string
required

A unique identifier for the Link Object

Query Parameters

accountIdentifier
string
required

A unique identifier can be passed to identify a group of Accounts. Example: You can pass user_id or random hash.

Response

200 - application/json
linkId
string
required

A unique identifier for Link

linkName
string
required

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

canExpire
boolean
required

Boolean to tell if the link can expire

preferOAuth
boolean
required

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

expiresIn
number
required

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

category
object[]
required

Category integration belongs to Example: Ticketing, Documentation etc

workspaceId
string
required

Unique identifier for Workspace.

createdAt
string
required

When the Link was created.

updatedAt
string
required

When the Link was updated last.

IntegrationAccount
object[]

Integration Accounts

expired
boolean
required

Tells if the link is expired or not

integrationAccounts
object[]
integrationDefinitions
object[]