Integration Vendors REST Endpoints

Integration Vendors
The Integration Vendors REST APIs are used to retrieve OAuth integration information, create a new OAuth integration, and delete or update an existing OAuth integration in the Integration Center.
Create an Integration
Method: post
Path: /rest/v16/integrationVendors
Delete an Integration
Method: delete
Path: /rest/v16/integrationVendors/{id}
Get an Integration
Method: get
Path: /rest/v16/integrationVendors/{id}
Get List of Integrations
Method: get
Path: /rest/v16/integrationVendors
Update an Integration
Method: patch
Path: /rest/v16/integrationVendors/{id}