Audit Log
Audit logs are useful with finding out who performed a certain action.
Audit logs!
POST
https://jumpingstudios.xyz/api/v1/groupBot/auditLog.php
(This will only return the last 25 logs, this is to both keep my server from dying when it's requested and discord limitations.)
Query Parameters
Name
Type
Description
botName
string
The username of your Roblox bot. This is the authentication method to make sure you both own the bot and in case you have multiple bots running.
groupId
string
Your group ID, the bot needs to have a role with permissions to view the audit log for this endpoint to work properly.
auth
string
API key
Sample audit log data:
Last updated
Was this helpful?