DocumentationLogChimp Documentation

Send verification email

Send a verification email to the user email address. The email is only sent if have configured SMTP mail server are configured at the time of deploying LogChimp.

POST
/auth/email/verify
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Response Body

curl -X POST "http://localhost:8000/api/v1/auth/email/verify"
{
  "verify": {
    "success": true
  }
}
{
  "message": "Mail configuration missing",
  "code": "MAIL_CONFIG_MISSING"
}
{
  "message": "Something went wrong!",
  "code": "SERVER_ERROR"
}