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.
AuthSchemeConfigNone is a placeholder object with the schemeType set to none
. There is no other configuration
required.
Response
Created
A Hub description
The ID of the Hub
The name of the Hub
PrimaryConnector is the connector that the Hub is built around.
IsDefault indicates whether this Hub is the default Hub for the organisation. Only one Hub can be the default Hub for an organisation.