Validate Account Verification Code
POST/verification-actions-srv/account
This API validates the verification code sent to the user's email or mobile number during the account verification process.
Use Case:
- Validate the code received via email or SMS after initiating account verification
- Complete the communication medium verification precheck
- Continue the authentication flow after successful verification
Processing Types:
- CODE: User enters the code manually
- LINK: User clicks the verification link (handled automatically)
Note: This is a public endpoint that does not require authentication. The verification context is provided via the request body.
Request
Responses
- 200
- 302
- 400
- 401
- 404
Success
Redirect to verification_complete page
Bad Request
Unauthorized
Not Found