POST /v1/accounts/:id/verification
204

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.

POST /v1/accounts/:id/verification
204