curl --request POST \
--url https://api.getovra.com/passkeys/challenge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"payload": {}
}'Returns a fresh PublicKeyCredentialRequestOptions bound to
(purpose, payload). Supported owner purposes: loosen_policy,
revoke_passkey.
curl --request POST \
--url https://api.getovra.com/passkeys/challenge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"payload": {}
}'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.