curl --request POST \
--url https://api.getovra.com/v1/mandates/options \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"constraints": {}
}
'{
"error": "<string>"
}Returns assertion options bound to (agent_id, constraints, expires_at).
Requires the owner to have at least one enrolled passkey.
curl --request POST \
--url https://api.getovra.com/v1/mandates/options \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"constraints": {}
}
'{
"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.