{ "opencollection": "1.0.0", "info": { "name": "OnDemand AI Chat User API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Generate a REST API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.on-demand.io/user/v1/public/user/apiKey/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "docs": "Generate a REST API key" }, { "info": { "name": "Delete a REST API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.on-demand.io/user/v1/public/user/apiKey/revoke/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path", "description": "The ID of the API key to delete" } ], "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "docs": "Delete a REST API key" } ] } ], "bundled": true }