Skip to main content
POST
/
v1
/
mandates
/
options
Issue WebAuthn challenge for a new mandate
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.

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Body

application/json
agent_id
string
required
expires_at
string<date-time>
required
constraints
object
required

Response

Challenge ID + WebAuthn options