Skip to main content
POST
/
v2
/
databases
/
{database}
/
auth
/
verify-email
This response does not have an example.

Path Parameters

database
string
required

Body

application/x-www-form-urlencoded
email
string<email>
required
Example:

"user@example.com"

callbackUrl
string<uri>

URL the user is sent to after resetting

Example:

"https://example.com/callback"

csrfToken
string

CSRF protection token

redirectUrl
string<uri>

Optional post-auth redirect

Example:

"https://example.com/dashboard"

Response

Token has been sent to the client via cookie, if possible