{ "opencollection": "1.0.0", "info": { "name": "Galileo Public Annotations Auth API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "getToken", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/token" } }, { "info": { "name": "loginEmail", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/login", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "loginApiKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/login/api_key", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "refreshToken", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/refresh_token", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }