Skip to content

Account Recovery

Defines the structure of the request body for the POST account/recover

Schema

{
"recovery_code": 0,
"email": "string",
"password": "string"
}

Properties

recovery_code

The code generated by POST account/recovery-code endpoint

Data Type: String
Required: Yes

email

The user’s email. This is used to identify the user’s account.

Data Type: String
Required: Yes

password

This is the new password for the account.

Data Type: String
Required: Yes