Skip to main content
POST
/
v1
/
sessions
/
verify
Verify the passkey assertion and flip the session
curl --request POST \
  --url https://api.getovra.com/v1/sessions/verify \
  --header 'Content-Type: application/json' \
  --header 'X-Dashboard-Secret: <x-dashboard-secret>' \
  --header 'X-Owner-Id: <x-owner-id>' \
  --data '
{
  "user_code": "<string>",
  "challenge_id": "<string>",
  "assertion": {},
  "device_name": "<string>"
}
'
{
  "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.

Headers

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

Body

application/json
user_code
string
required
Required string length: 8 - 20
challenge_id
string
required
Required string length: 1 - 200
assertion
object
required
device_name
string
Required string length: 1 - 128

Response

Session flipped to verified