{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation auth API", "version": "1.1085.0" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Login Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/login", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Email" }, { "info": { "name": "Login Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/login/api_key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Api Key" }, { "info": { "name": "Login Social", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/login/social", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Social" }, { "info": { "name": "Saml Login", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/saml/login" }, "docs": "Saml Login" }, { "info": { "name": "Saml Acs", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/saml/acs", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Saml Acs" }, { "info": { "name": "Saml Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/saml/metadata" }, "docs": "Saml Metadata" }, { "info": { "name": "Logout", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/logout", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Logout" }, { "info": { "name": "Verify Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/verify_email", "params": [ { "name": "verification_token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Verify Email" }, { "info": { "name": "Get Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/token", "params": [ { "name": "organization_id", "value": "", "type": "query" }, { "name": "organization_slug", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Token" }, { "info": { "name": "Refresh Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/refresh_token", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Refresh Token" }, { "info": { "name": "Get Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v1/token", "params": [ { "name": "organization_id", "value": "", "type": "query" }, { "name": "organization_slug", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Token" }, { "info": { "name": "Login Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v1/login", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Email" }, { "info": { "name": "Login Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v1/login/api_key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Api Key" }, { "info": { "name": "Login Social", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v1/login/social", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Social" }, { "info": { "name": "Saml Login", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v1/saml/login" }, "docs": "Saml Login" }, { "info": { "name": "Saml Acs", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v1/saml/acs", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Saml Acs" }, { "info": { "name": "Saml Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v1/saml/metadata" }, "docs": "Saml Metadata" }, { "info": { "name": "Verify Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v1/verify_email", "params": [ { "name": "verification_token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Verify Email" }, { "info": { "name": "Refresh Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v1/refresh_token", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Refresh Token" }, { "info": { "name": "Get Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/token", "params": [ { "name": "organization_id", "value": "", "type": "query" }, { "name": "organization_slug", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Token" }, { "info": { "name": "Login Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/login", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Email" }, { "info": { "name": "Login Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/login/api_key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Api Key" }, { "info": { "name": "Login Social", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/login/social", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Social" }, { "info": { "name": "Saml Login", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/saml/login" }, "docs": "Saml Login" }, { "info": { "name": "Saml Acs", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/saml/acs", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Saml Acs" }, { "info": { "name": "Saml Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/saml/metadata" }, "docs": "Saml Metadata" }, { "info": { "name": "Verify Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/verify_email", "params": [ { "name": "verification_token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Verify Email" }, { "info": { "name": "Refresh Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/refresh_token", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Refresh Token" }, { "info": { "name": "Get Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v1/token", "params": [ { "name": "organization_id", "value": "", "type": "query" }, { "name": "organization_slug", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Token" }, { "info": { "name": "Login Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v1/login", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Email" }, { "info": { "name": "Login Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v1/login/api_key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Api Key" }, { "info": { "name": "Login Social", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v1/login/social", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Social" }, { "info": { "name": "Saml Login", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v1/saml/login" }, "docs": "Saml Login" }, { "info": { "name": "Saml Acs", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v1/saml/acs", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Saml Acs" }, { "info": { "name": "Saml Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v1/saml/metadata" }, "docs": "Saml Metadata" }, { "info": { "name": "Verify Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v1/verify_email", "params": [ { "name": "verification_token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Verify Email" }, { "info": { "name": "Refresh Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v1/refresh_token", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Refresh Token" }, { "info": { "name": "Get Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/token", "params": [ { "name": "organization_id", "value": "", "type": "query" }, { "name": "organization_slug", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Token" }, { "info": { "name": "Login Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/login", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Email" }, { "info": { "name": "Login Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/login/api_key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Api Key" }, { "info": { "name": "Login Social", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/login/social", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Social" }, { "info": { "name": "Saml Login", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/saml/login" }, "docs": "Saml Login" }, { "info": { "name": "Saml Acs", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/saml/acs", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Saml Acs" }, { "info": { "name": "Saml Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/saml/metadata" }, "docs": "Saml Metadata" }, { "info": { "name": "Verify Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/verify_email", "params": [ { "name": "verification_token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Verify Email" }, { "info": { "name": "Refresh Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/refresh_token", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Refresh Token" } ] } ], "bundled": true }