Skip to main content
POST
/
auth
/
passkey
/
challenge
Begin passkey sign-in — return WebAuthn assertion options
curl --request POST \
  --url https://api.mnemom.ai/v1/auth/passkey/challenge
{
  "rpId": "<string>",
  "challenge": "<string>",
  "userVerification": "<string>",
  "allowCredentials": "<array>",
  "timeout": 123
}

Response

WebAuthn assertion options.

WebAuthn authentication options.

rpId
string
challenge
string
userVerification
string
allowCredentials
array
timeout
integer