Skip to main content
GET
/
admin
/
rate-limits
/
abuse
Get recent abuse detection events
curl --request GET \
  --url https://api.engagefabric.com/admin/rate-limits/abuse
[
  {
    "id": "<string>",
    "timestamp": 123,
    "projectId": "<string>",
    "playerId": "<string>",
    "eventType": "<string>",
    "abuseType": "<string>",
    "count": 123,
    "threshold": 123,
    "confidence": 123,
    "suggestedAction": "<string>",
    "actionTaken": "<string>"
  }
]

Response

200 - application/json

List of abuse events

id
string
required

Event ID

timestamp
number
required

Timestamp

projectId
string
required

Project ID

playerId
string
required

Player ID

eventType
string
required

Event type

abuseType
string
required

Abuse type

count
number
required

Event count

threshold
number
required

Threshold exceeded

confidence
number
required

Confidence score (0-1)

suggestedAction
string
required

Suggested action

actionTaken
string
required

Action taken