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: postPath:/rest/v19/integrationVendors
- Delete an Integration
- Method: deletePath:/rest/v19/integrationVendors/{id}
- Get an Integration
- Method: getPath:/rest/v19/integrationVendors/{id}
- Get List of Integrations
- Method: getPath:/rest/v19/integrationVendors
- Update an Integration
- Method: patchPath:/rest/v19/integrationVendors/{id}