Skip to main content
POST
/
v1
/
sessions
/
verify-options
Issue WebAuthn assertion options bound to a user_code
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.

Headers

X-Dashboard-Secret
string
required
X-Owner-Id
string
required

Body

application/json
user_code
string
required
Required string length: 8 - 20

Response

Assertion options + session metadata