Skip to main content

Generate account confirmation email

This API endpoint allows sending a new account confirmation email to the user's email address. The email contains a unique confirmation link that the user can click to confirm their account. Upon clicking the link, the server verifies the token and sets the account status to confirmed, allowing the user to log in. If the confirmation link is invalid or has expired, the server will show an error message.

Query Parameters
    client_auth_token string required

    Client API token

Request Body
    user object
    email email

    user email

Responses

OK

Response Headers

    Schema
      success boolean required

      Default value: true

      message string required
    Loading...