Create a new Hub
Create a new Hub
Body
CreateHubRequest is the payload to create a new Hub.
The ID of the organisation that the Hub belongs to
The name of the Hub
PrimaryConnectorID references the Connector that the Hub will be built around.
AuthSchemeConfig defines how your End Users should authenticate to the primary connector.
This is used to drive the front-end experience for the end user, however any authentication scheme config can be used when connecting to a connector over the API.
ID is the unique identifier of the AuthSchemeConfig, this is generated by the client and only requires to be unique amongst the elements of the array in which is it contained.
Description enables users to distinguish multiple configurations which use the same schemeType.
ValidationMessages is a list of messages which are generated when the AuthSchemeConfig is validated. This is typically used to provide feedback to the user when they are creating or updating the AuthSchemeConfig.
This field will be ignored if sent to the API.
"none"
Response
A Hub description
The ID of the Hub
The name of the Hub
PrimaryConnector is the connector that the Hub is built around.
ID is the unique identifier of the Hub Connector.
name denotes the name of the Connector that the template is wrapping.
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.
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.
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 indicates whether this Hub is the default Hub for the organisation. Only one Hub can be the default Hub for an organisation.