List Hub Connectors
ListIntegrationConnectors returns all the Hub Connectors for the given Integration.
This API should not be exposed to End Users via the embedded UI since it includes connectors which have not been published.
Path Parameters
Query Parameters
Response
HubConnectionTemplatePage is a paginated list of Hub Connection Templates.
ID is the unique identifier of the Hub Connection Template.
ConnectorID is the unique identifier of the Connector.
ImageURL is a URL to an image/icon that represents the connector. This image is used within the integration tile displayed in the embedded UI.
name denotes the name of the Connector that the template is wrapping.
IsUsed indicates that this connection template is in use by the hub.
IsPrimary indicates that this is the primary connections on the hub.
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.