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.
Required Role
| Role | Description |
|---|---|
WALLET_IAM_USER_MAINTENANCE_CRUD | Create, read, update and delete users |
Request
Responses
- 202
- 400
- 401
- 403
Verification email sent
Invalid request or rate limit exceeded.
Unauthorized.
Forbidden.