POST /api/accounts/v1/resend-verify


Resend verification message to email.

Request

{
  "token": String
}

Response

Status code: 200

{
  "type": "verification sent"
}

Possible errors

  • invalid token
  • nothing changed
  • cooldown
  • external