Account Activation¶
Activate a user account using the OTP received via email.
Response¶
Error Cases¶
- Invalid OTP: The OTP code is incorrect
- Expired OTP: The OTP has expired (valid for 5 minutes)
- Already Activated: The account is already active
- User Not Found: No user exists with the provided email
Notes¶
- OTPs expire after 5 minutes
- OTPs can only be used once
- After activation, the user can log in
- If the OTP expires, use the resend OTP endpoint to get a new one