To get integration keys, go to Settings > API Keys
To get integration keys, go to Settings > API Keys
Array of settlement data
curl -i -X POST \
https://kaizen-api-gateway-public.redocly.app/_mock/openapi/uploadScrubData \
-H 'Content-Type: application/json' \
-H 'integration_apikey: YOUR_API_KEY_HERE' \
-H 'integration_secret: string' \
-H 'merchant_id: string' \
-H 'tunnel_id: string' \
-d '{
"user": "debtor@example.com",
"settlementFloor": 60,
"data": [
{
"email": "john@gmail.com",
"first_name": "john",
"last_name": "doe",
"phone": "XXXXXXXXXX",
"principal_amount": "209.23",
"amount_paid": "90.20",
"due_since_date": "12/20/2019",
"debt_type": "Credit Card Debt",
"credit_score": "700",
"dob": "10/20/2001",
"internalID": "ROT-23092",
"address1": "89 Brendan Lane",
"address2": "",
"city": "Los Angeles",
"state": "CA",
"zip": "89 Brendan Lane",
"is_judgment": "TRUE"
}
]
}'
{ "message": "Success", "prompt": "", "successful_options": 3, "total_options": 100, "success_rate": 3 }