GET
/
organisations
/
{organisationId}
/
hubs
/
{hubId}
/
boards
/
{boardId}
/
integration-info

Authorizations

Authorization
string
headerrequired

Path Parameters

organisationId
string
required
hubId
string
required
boardId
string
required

Query Parameters

showPrivate
boolean

The showPrivate query parameter will make the endpoint show all dynamic connections, event if they are private dynamic connections.

Response

200 - application/json
connections
object[]
connections.id
string
connections.name
string
connections.imageUrl
string
connections.requiresUserAuth
boolean

RequiresUserAuth is true if the app requires the user of the integration to authenticate with the app before it can be used. Apps that have this set to true, should be the only ones shown in the client's UI. The other apps are only really returned due to the possibility of them having a listener URL which the user may need to configure webhooks with.

connections.authConfig
object
listeners
object[]
listeners.url
string
listeners.appName
string
listeners.appId
string
listeners.nodeId
string
variables
object