curl --request POST \
--url https://api.getovra.com/passkeys/intent-challenge/{intent_id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Returns PublicKeyCredentialRequestOptions bound to the intent. The
resulting assertion is submitted to POST /intents/{id}/approve via
the passkeyAssertion field.
curl --request POST \
--url https://api.getovra.com/passkeys/intent-challenge/{intent_id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}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.