{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation api_keys API", "version": "1.1085.0" }, "items": [ { "info": { "name": "api_keys", "type": "folder" }, "items": [ { "info": { "name": "Get Api Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/users/:user_id/api_keys", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Api Keys" }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/users/api_keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Api Key" }, { "info": { "name": "Delete Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/users/api_keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Api Key" }, { "info": { "name": "Get Api Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/users/:user_id/api_keys", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Api Keys" }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/users/api_keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Api Key" }, { "info": { "name": "Delete Api Key", "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" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Api Key" }, { "info": { "name": "Get Api Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/users/:user_id/api_keys", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Api Keys" }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/users/api_keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Api Key" }, { "info": { "name": "Delete Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/public/v2/users/api_keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Api Key" } ] } ], "bundled": true }