Skip to main content
GET
/
v2
/
databases
/
{database}
/
auth
/
verify-email
Takes in an email verification token and ensures it is valid
curl --request GET \
  --url https://api.example.com/v2/databases/{database}/auth/verify-email
"<string>"

Path Parameters

database
string
required

Query Parameters

token
string
required
identifier
string
required
callbackUrl
string
required

Response

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