ReSends the confirmation code to a user for confirmation by email or by phone. It requires to send an email or a phone number.
POST/api/v1/user-bundle/registration/code/send/:mode
ReSends the confirmation code to a user for confirmation by email or by phone. It requires to send an email or a phone number.
Request
Responses
- 202
- 400
- 401
- 404
Code sent successfully
Bad Request - Invalid input parameters
Unauthorized - Authentication required
Not found - Depending on the configuration, this route may not exists.