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>"
}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.
Session flipped to verified