Skip to content

Resend the email-verification link

Public. Uniform 200 response regardless of whether the email exists / is verified.

Media typeapplication/json
object
email
required
string format: email
Examplegenerated
json
{
"email": "hello@example.com"
}

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
json
{
"error": "example",
"message": "example"
}

Rate limited

Media typeapplication/json
object
error
required
string
retryAfterSeconds
integer
Examplegenerated
json
{
"error": "example",
"retryAfterSeconds": 1
}