Confirm Email
Send a user an email to either (confirm his own email or to reset his password) from "noreply@nucle.cloud", email body can be customized from the dashboard.
https://api.nucle.cloud/v1/user/sendemail
Request Header
Name | Type | Required | Description |
---|---|---|---|
ProjectId | string | True | The project id, available from the dashboard. |
Request Body
Name | Type | Required | Description |
---|---|---|---|
string | True | The user email. | |
emailAction | enum | True |
The email action. 1-Email Confirmation: Send a user an email to confirm his email. 2-Password Reset: Send a user an email to reset his password. |
Response
Name | Type | Description |
---|---|---|
200 OK | ||
400 Bad Request | object | The outer wrapper for all responses with errors. |
Error Object
Name | Type | Description |
---|---|---|
code | int | Numerical HTTP code |
status | string | Description of the HTTP code. |
errorMessage | string | Description of the error |