{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access API Keys API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "APIKeys_List", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/projects/:projectId/apikeys", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] } }, { "info": { "name": "APIKeys_Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.golioth.io/v1/projects/:projectId/apikeys", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "APIKeys_Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.golioth.io/v1/projects/:projectId/apikeys/:apikeyId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apikeyId", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "APIKeys_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.golioth.io/v1/projects/:projectId/apikeys/:apikeyId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apikeyId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }