Adding a recovery email
Add or change an external backup inbox, confirmed with a code.
Your @daaymail.com address can’t be changed. To add or change your backup contact, use the recovery-email endpoints — each change is confirmed with a code sent to the new inbox.
POST BASE/v1/api/user/recovery-email/request
Cookie: <session>
Content-Type: application/json
{ "newRecoveryEmail": "backup@gmail.com" }
POST BASE/v1/api/user/recovery-email/confirm
Cookie: <session>
Content-Type: application/json
{ "newRecoveryEmail": "backup@gmail.com", "otp": "123456" }
Recovery must be an outside address — it can’t be another @daaymail.com inbox.
