curl --request POST \
--url https://api.getovra.com/passkeys/enroll \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"response": {},
"label": "<string>",
"enrollmentNonce": "<string>",
"webauthnAssertion": {
"challengeId": "<string>",
"assertion": {}
}
}
'Verifies the RegistrationResponseJSON from navigator.credentials.create().
When the owner already had ≥1 passkey, the WebAuthn assertion bound to
enrollmentNonce MUST be supplied so a session-thief cannot silently
pivot to attacker hardware.
curl --request POST \
--url https://api.getovra.com/passkeys/enroll \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"response": {},
"label": "<string>",
"enrollmentNonce": "<string>",
"webauthnAssertion": {
"challengeId": "<string>",
"assertion": {}
}
}
'Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.