Skip to main content
GET
/
admin
/
fraud-log
Get Fraud Log
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/admin/fraud-log
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

affiliate_id
string | null
fraud_type
string | null
from_date
string<date> | null
to_date
string<date> | null
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

Successful Response