> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Resend verification

Resends the account verification email. This is typically used when a newly registered user has not yet verified their email and requires a new link.

This invalidates any previously sent verification links. If an old link is used, the user will see a friendly error message prompting them to check their inbox for the most recent email.

A new verification email can only be sent if the account’s `verified` property is still `null`.

<RequestExample>
  ```bash Endpoint theme={null}
  POST /v1/accounts/:id/verification
  ```
</RequestExample>

<ResponseExample>
  ```bash theme={null}
  204
  ```
</ResponseExample>
