Connections REST Endpoints

Hub Administration/Connections
Manage Intelligent Advisor Hub connections. This includes adding, deleting, testing, and authentication management.
Create connections
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections
Create or replace connections
Method: put
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections
Delete a connection
Method: delete
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}
Get a connection
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}
Get all connections
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections
Test the connection status
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}/status
Update a connection
Method: patch
Path: https://{your_site_interface}/opa-hub/api/12.2.39/connections/{connection-serviceName}