curl --request GET \
--url https://api.getovra.com/v1/cua/autofill-tokens/{id}/redeem \
--header 'Authorization: Bearer <token>' \
--header 'X-CUA-Harness-Secret: <x-cua-harness-secret>'{
"dpan": "<string>",
"cryptogram": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"merchant_origin": "<string>",
"amount_cents_max": 123,
"card_expiry_month": 123,
"card_expiry_year": 123
}ONE-SHOT. Returns DPAN + cryptogram. Replays return 410. Requires X-CUA-Harness-Secret header — held by the CUA harness process, never by the LLM.
curl --request GET \
--url https://api.getovra.com/v1/cua/autofill-tokens/{id}/redeem \
--header 'Authorization: Bearer <token>' \
--header 'X-CUA-Harness-Secret: <x-cua-harness-secret>'{
"dpan": "<string>",
"cryptogram": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"merchant_origin": "<string>",
"amount_cents_max": 123,
"card_expiry_month": 123,
"card_expiry_year": 123
}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_*)