{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation system_users_authentication API", "version": "1.1085.0" }, "items": [ { "info": { "name": "system_users_authentication", "type": "folder" }, "items": [ { "info": { "name": "Generate Password Reset Email", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/generate_password_reset_email", "params": [ { "name": "user_email", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generate Password Reset Email" }, { "info": { "name": "Password Reset", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/password_reset", "params": [ { "name": "reset_token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reset a system user's password.\n\nA password reset with a valid token should always verify the user. (See default of\nUserPasswordResetRequest.email_is_verified is True)" }, { "info": { "name": "Resend Verification Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/resend_verification_email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.galileo.ai/login", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Resend verification email to an unverified user." } ] } ], "bundled": true }