curl --request POST \
--url https://api.getovra.com/v1/mandates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"constraints": {
"maxAmountPerTransactionCents": 2,
"maxAmountPerDayCents": 2,
"maxAmountPerMonthCents": 2,
"maxTotalAmountCents": 2,
"maxUsageCount": 2,
"allowedMccs": [
"<string>"
],
"allowedMerchants": [
"<string>"
],
"allowedCountries": [
"<string>"
]
},
"challenge_id": "<string>",
"assertion": {}
}
'{
"error": "<string>"
}Verifies the WebAuthn assertion (bound to (agent, constraints, expires_at)
via /options), inserts an active mandate row, fires audit event.
curl --request POST \
--url https://api.getovra.com/v1/mandates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"constraints": {
"maxAmountPerTransactionCents": 2,
"maxAmountPerDayCents": 2,
"maxAmountPerMonthCents": 2,
"maxTotalAmountCents": 2,
"maxUsageCount": 2,
"allowedMccs": [
"<string>"
],
"allowedMerchants": [
"<string>"
],
"allowedCountries": [
"<string>"
]
},
"challenge_id": "<string>",
"assertion": {}
}
'{
"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.
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)
Mandate minted