{ "opencollection": "1.0.0", "info": { "name": "Ordoro API Documentation Address Api Key API", "version": "1.0" }, "items": [ { "info": { "name": "Api Key", "type": "folder" }, "items": [ { "info": { "name": "List API Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/api_key/" }, "docs": "List API Keys" }, { "info": { "name": "Create an API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.ordoro.com/api_key/", "body": { "type": "json", "data": "{}" } }, "docs": "Create an API key" }, { "info": { "name": "Get an API Key by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/api_key/:api_key_id/", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ] }, "docs": "Get an API Key by ID" }, { "info": { "name": "Update an API Key by ID", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ordoro.com/api_key/:api_key_id/", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an API Key by ID" }, { "info": { "name": "Delete an API Key by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ordoro.com/api_key/:api_key_id/", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ] }, "docs": "Delete an API Key by ID" } ] } ], "bundled": true }