Skip to main content
POST
/
api
/
auth
/
resend-activation-link
Resend the activation link for an inactive user account
curl --request POST \
  --url https://tandem.hlofiys.xyz/api/auth/resend-activation-link \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required

The email address of the user who needs a new activation link.

Response

If an inactive account with this email exists, a new activation link has been sent

message
string