Skip to main content
POST
/
v1
/
auth
/
session
/
verify
Verify email token
curl --request POST \
  --url https://api.usenaive.ai/v1/auth/session/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "ok": true,
  "message": "<string>"
}

Body

application/json
token
string
required

Response

Verified.

ok
boolean
message
string