Authentication API
Initiate Recovery
Initiate account recovery process
POST
Start the account recovery process to reset a forgotten password.
Request Body
User email address
Response
Success message
Recovery token expiration time in seconds (1 hour)
Errors
Invalid email address
Rate limit exceeded (too many recovery requests)
Notes
- Recovery email is sent to the user’s email address
- Recovery tokens expire after 1 hour
- Rate-limited to prevent abuse
- See Recovery Verify for next steps