{ "opencollection": "1.0.0", "info": { "name": "AKASH - gRPC Gateway docs Addresses API Keys API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List all API keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/api-keys" }, "docs": "List all API keys" }, { "info": { "name": "Create new API key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/api-keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create new API key" }, { "info": { "name": "Get API key by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get API key by ID" }, { "info": { "name": "Update API key", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update API key" }, { "info": { "name": "Delete API key", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete API key" } ] } ], "bundled": true }