{ "opencollection": "1.0.0", "info": { "name": "Galileo Public Annotations ApiKeys API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "ApiKeys", "type": "folder" }, "items": [ { "info": { "name": "listUserApiKeys", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/users/:user_id/api_keys", "params": [ { "name": "user_id", "value": "", "type": "path" } ] } }, { "info": { "name": "createApiKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/users/api_keys", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteApiKey", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/users/api_keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }