Skip to main content
POST
/
api
/
v1
/
auth
/
passkey
/
login
/
options
Passkey Login Options
curl --request POST \
  --url https://api.example.com/api/v1/auth/passkey/login/options \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{}

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

Response

200 - application/json

OK

The response is of type Response · object.