Skip to main content
POST
/
api
/
v1
/
auth
/
resend_confirm_email
Resend registration confirmation email
curl --request POST \
  --url https://api.paylora.org/api/v1/auth/resend_confirm_email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "test@email.com"
}
'
{
  "success": true
}

Body

application/json
email
string
required
Example:

"test@email.com"

Response

Email sent