{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Settings API", "version": "1.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "SettingsController_generateWebhookSecret", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/settings/secret" } }, { "info": { "name": "SettingsController_getSettings", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/settings" } }, { "info": { "name": "SettingsController_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v1/settings", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "SettingsController_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v1/settings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "SettingsController_delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v1/settings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }