External audit webhooks
Learn which kind of data is sent to external audit webhooks.
Audit Log Object
Field
Type
Description
Example Events
Login (success)
{
"command": "login",
"success": true,
"author": {
"avatar": "39e2ed99424b085c44afac5f7d07f33c",
"clan": null,
"discriminator": "0",
"global_name": "Xenthys",
"id": "368771716140236802",
"public_flags": 4588160,
"username": "xenthys"
},
"timestamp": 1724620785.892197,
"guild": {
"id": 1201295802967019725,
"name": "Exoguard HQ"
}
}Login (failure)
Login (failure, rate-limited)
Logout
Config roles add
Delete
Subscription redeem
Last updated