GET
/
integrations
/
{integration_id}
/
connection-templates

Path Parameters

integration_id
string
required

Query Parameters

first
integer
default: 20
after
string
before
string

Response

200 - application/json

HubConnectionTemplatePage is a paginated list of Hub Connection Templates.

totalCount
integer
required
next
string
prev
string
connectionTemplates
object[]
required
connectionTemplates.id
string
required

ID is the unique identifier of the Hub Connection Template.

connectionTemplates.connectorId
string
required

ConnectorID is the unique identifier of the Connector.

connectionTemplates.imageUrl
string
required

ImageURL is a URL to an image/icon that represents the connector. This image is used within the integration tile displayed in the embedded UI.

connectionTemplates.name
string
required

name denotes the name of the Connector that the template is wrapping.

connectionTemplates.isUsed
boolean
required

IsUsed indicates that this connection template is in use by the hub.

connectionTemplates.isPrimary
boolean
required

IsPrimary indicates that this is the primary connections on the hub.

connectionTemplates.authSchemeConfig
object
required

AuthSchemeConfig defines how a Connector implements the AuthScheme in order to fulfil its authentication requirements. This is purely the configuration and not the actual credential which is used to authenticate. The credential uses this configuration to determine how to authenticate.