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>"

Documentation Index

Fetch the complete documentation index at: https://thenile.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

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