Account Kicked

This push event sends data when an account gets kicked.

ACCOUNT_KICKED POST

{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "ACCOUNT_KICKED",
    "data": {
        "discordId": "235947056630333440",
        "accountId": "67ceebae-ee63-43c1-a6a6-5234b2210abf",
    }
}

Last updated