Skip to main content
POST
/
users
/
login-with-passkey
Login with Passkey
curl --request POST \
  --url https://testnet.walletkit.com/users/login-with-passkey \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "sign_in_wallet": "<string>"
}
'
{
  "error": "<string>",
  "code": "<string>"
}

Headers

X-WalletKit-Project-ID
string
required
Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.

Body

application/json
email
string | null
sign_in_wallet
string | null

Response