RustMinerSystem

Documentation

Send Login Email Code

POST /api/email: Send Login Email Code.

Send Login Email Code

This chapter documents the request shape, parameters, and response for POST /api/email.

Note

The endpoint contract below is carried over from the legacy RustMinerSystem documentation and organized under the current PoolNode documentation structure. Use your actual node address, secure route, and backend version when integrating.

Endpoint Contract

URL: 
/api/email

METHOD: 
POST

REQUEST BODY:
{
    address: String,    // 要发送的邮箱地址
    token: String      // 获取到的滑动验证码的成功返回值
}

滑动验证码返回值获取请参考调用、获取滑动验证码

Legacy Source