curl --request POST \
--url https://api.getovra.com/checkout/proxy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"request": {
"url": "<string>",
"method": "POST",
"headers": {},
"body": "<unknown>"
}
}
'{
"status": "completed",
"httpStatus": 123,
"body": "<unknown>",
"timingMs": 123,
"placeholdersReplaced": [
"<string>"
],
"error": "<string>"
}Execute an API request with card credentials injected via placeholders. Use , , , , , in the request body or headers.
curl --request POST \
--url https://api.getovra.com/checkout/proxy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"request": {
"url": "<string>",
"method": "POST",
"headers": {},
"body": "<unknown>"
}
}
'{
"status": "completed",
"httpStatus": 123,
"body": "<unknown>",
"timingMs": 123,
"placeholdersReplaced": [
"<string>"
],
"error": "<string>"
}API key (sk_...) or Agent token (at_...)
Proxy execution result (check status for completed vs failed)