Request email verification
POST/api/v1/email-verifications/request
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Sends a 6-digit verification code to the given email address. Supply the returned verificationId and the code when creating the user. Requires the WALLET_IAM_USER_MAINTENANCE_CRUD role.
Request
Responses
- 202
- 400
- 401
- 403
Verification email sent
Invalid request or rate limit exceeded.
Unauthorized.
Forbidden.