Validate email verification code
POST/api/v1/email-verifications/validate
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Validates the verification code without consuming it. Returns 204 if valid, 400 if invalid or expired.
Required Role
| Role | Description |
|---|---|
WALLET_IAM_USER_MAINTENANCE_CRUD | Create, read, update and delete users |
Request
Responses
- 204
- 400
- 401
- 403
Code is valid
Invalid, expired, or already used code.
Unauthorized.
Forbidden.