Skip to main content
POST
/
api
/
v1
/
auth
/
identify
Identify
curl --request POST \
  --url https://api.example.com/api/v1/auth/identify \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "method": "<string>",
  "passkey_options": {},
  "twofa_required": false,
  "fallbacks": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.apilens.ai/llms.txt

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

Body

application/json
email
string
required

Response

200 - application/json

OK

method
string
required
passkey_options
Passkey Options · object
twofa_required
boolean
default:false
fallbacks
string[]