curl --request POST \
--url https://api.mnemom.ai/v1/auth/passkey/challenge{
"rpId": "<string>",
"challenge": "<string>",
"userVerification": "<string>",
"allowCredentials": "<array>",
"timeout": 123
}Unauthenticated. Returns PublicKeyCredentialRequestOptions with an empty allowCredentials list (discoverable-credentials flow). The browser surfaces any matching passkey for this RP without needing the user to enter an email. Rate-limited.
curl --request POST \
--url https://api.mnemom.ai/v1/auth/passkey/challenge{
"rpId": "<string>",
"challenge": "<string>",
"userVerification": "<string>",
"allowCredentials": "<array>",
"timeout": 123
}