Using tokens
curl https://console.payengine.co/api/v2/forwardproxy \
-H 'Authorization: Basic <Private_API_KEY>' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"url": "https://<targethost>",
"headers": "Content-Type: application/json",
"body": "{ \"ssn\": \"{{ssn}}\", \"bankAccount\": \"{{bank_account}}\" }"
}
}'Last updated