GET
/
hubs
/
{hub_id}

Path Parameters

hub_id
string
required

Response

200 - application/json

A Hub description

id
string
required

The ID of the Hub

name
string
required

The name of the Hub

primaryConnector
object
required

PrimaryConnector is the connector that the Hub is built around.

primaryConnector.connectorId
string
required

ID is the unique identifier of the Hub Connector.

primaryConnector.name
string
required

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

primaryConnector.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.

primaryConnector.imageUrl
string
required

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.

primaryConnector.variables
object[]
required

Variables is a list of Name and Value pairs that are scoped to each connection. These variables can be used to mutate the URL of the connector. For example if End Users connect to a service and each user has their own instance of that service which is hosted at a different URL, the user can provide the URL as a variable.

isDefault
boolean
required

IsDefault indicates whether this Hub is the default Hub for the organisation. Only one Hub can be the default Hub for an organisation.