Skip to main content
POST
/
accounts
/
resend-confirmation
Resend email confirmation
curl --request POST \
  --url https://api.quiva.ai/accounts/resend-confirmation \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "data": {
    "message": "Please check your inbox. If a root account is associated with this email and remains unconfirmed, a reconfirmation message should have been sent."
  }
}

Body

application/json
email
string<email>
required

Email address to resend confirmation to

Response

200 - application/json

Confirmation email sent (always returns success)

data
object
required