Manage Connections

The Intelligent Advisor Hub REST API for connections provides a flexible mechanism to automate creation, management and deletion of connections, and integrating those steps with other authorization actions, if needed.

The following tasks can be performed using the Intelligent Advisor Hub REST API:

  • Create a new connection
  • Update an existing connection
  • Test the connectivity of an existing connection
  • Delete a connection

The URI {version}/connections is used to manage one or more connections.

The URI {version}/connections/{connection-name} is used to manage individual connections.

The URI {version}/connections/{connection-name}/status is used to test a connection.

For more information, see: