curl --request POST \
--url https://api.getovra.com/v1/sessions/verify-options \
--header 'Content-Type: application/json' \
--header 'X-Dashboard-Secret: <x-dashboard-secret>' \
--header 'X-Owner-Id: <x-owner-id>' \
--data '
{
"user_code": "<string>"
}
'Dashboard-side. Looks up the pending session by user_code, issues a
WebAuthn challenge bound to verify_session + { user_code }. Requires
the owner to have at least one enrolled passkey.
curl --request POST \
--url https://api.getovra.com/v1/sessions/verify-options \
--header 'Content-Type: application/json' \
--header 'X-Dashboard-Secret: <x-dashboard-secret>' \
--header 'X-Owner-Id: <x-owner-id>' \
--data '
{
"user_code": "<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.