GET
/
hubs
/
{hub_id}
/
integrations

Path Parameters

hub_id
string
required

Query Parameters

first
integer
default: 20
before
string
after
string
search
string

Search is a string that is used to filter the list of Integrations. The search string is matched against the name.

Response

200 - application/json
total
integer
required

Total integrations for the given Hub

integrations
object[]
required
integrations.id
string
required
integrations.name
string
required

Name is a short name for the integration, this is typically the name of the Connector being integrated to.

integrations.imageUrl
string

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

integrations.screenshotUrl
string

ScreenshotURL is a PNG image/screenshot of the integration and can be used in the Hub Overview screen when displaying all integrations.

integrations.description
string

Description can be used to provide a longer description of the integration. This can be shown to end users in the embedded integration hub UI.

integrations.variablesSchema
object

VariablesSchema is the JSON schema for the variables defined for this integration.

integrations.boardId
string
required

BoardID is a reference to underlying board that configures the integration.

For more information on boards see Switchboard API.