SetRecoveryRequest
Request to set up account recovery
Properties
| Property | Type | Required | Description |
|---|---|---|---|
email |
string,null | No | Email address for account recovery (optional, for human contact) |
View JSON Schema
{
"type": "object",
"description": "Request to set up account recovery",
"properties": {
"email": {
"type": [
"string",
"null"
],
"description": "Email address for account recovery (optional, for human contact)"
}
}
}