v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
Account Management

Resend email confirmation

Resends email confirmation link to user. Always returns success for security reasons.

post/accounts/resend-confirmation

Request body

emailstring email required

Email address to resend confirmation to

Example request

{
  "email": "user@example.com"
}

Response

Confirmation email sent (always returns success)

Example response

{
  "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."
  }
}