Resend the email-verification link
Public. Uniform 200 response regardless of whether the email exists / is verified.
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
email
required
string format: email
Examplegenerated
{ "email": "hello@example.com"}Responses
Section titled “Responses”Uniform ok
Media typeapplication/json
object
ok
boolean
message
string
Invalid email format
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Rate limited
Media typeapplication/json
object
error
required
string
retryAfterSeconds
integer
Examplegenerated
{ "error": "example", "retryAfterSeconds": 1}