{ "opencollection": "1.0.0", "info": { "name": "Knownwell api-keys API", "version": "v1" }, "items": [ { "info": { "name": "api-keys", "type": "folder" }, "items": [ { "info": { "name": "List Api Keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/api-keys", "headers": [ { "name": "authorization", "value": "" } ], "params": [ { "name": "customer_id", "value": "", "type": "query" } ] }, "docs": "List all API keys." }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/api-keys", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API key." }, { "info": { "name": "Revoke Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/api-keys/:key_id", "headers": [ { "name": "authorization", "value": "" } ], "params": [ { "name": "key_id", "value": "", "type": "path" } ] }, "docs": "Revoke an API key." } ] } ], "bundled": true }