Fraud Check API
Send your API key and secret in headers and a Bangladeshi mobile number in JSON.
POST /api/v1/check
curl -X POST "https://www.checker.danpitetech.com/api/v1/check" \
-H "X-API-KEY: fg_live_xxx" \
-H "X-API-SECRET: fgs_xxx" \
-H "Content-Type: application/json" \
-d '{"phone":"017XXXXXXXX"}'Response
{"success":true,"data":{"phone":"017XXXXXXXX","summary":{"total":47,"delivered":38,"cancelled":9,"success_rate":80.85,"return_rate":19.15},"risk":{"score":26,"level":"low"},"couriers":{}}}