Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

signup_email

Registers a user with an email.


use mirrorworld_sdk_rust::{ signup_email };
fn main() {
let email: &str = "[email protected]";
let res: &LoginWithEmailRes = signup_email(email);
}
// response
// {
// "status": "success",
// "data": {
// "message": "Success"
// },
// "code": 0,
// "message": "Successfully emailed \"[email protected]\" verification code. Please verify the email to complete the signup"
// }

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog