{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Organization Keys API", "version": "1.0" }, "items": [ { "info": { "name": "Organization Keys", "type": "folder" }, "items": [ { "info": { "name": "OrganizationKeysController_getOrganizationKeys", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/organization/keys", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "OrganizationKeysController_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v1/organization/keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "OrganizationKeysController_getOrganizationPublicKey", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/organization/keys/public", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "OrganizationKeysController_getOrganizationKey", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/organization/keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "OrganizationKeysController_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v1/organization/keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "OrganizationKeysController_remove", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v1/organization/keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }