EventLog
Makes a log of users with pending data.
POST https://api-sidemod.sidetechroblox.com/v3/stats/eventlog
Body Format:

Headers
Name
Type
Description
Authorization*
String
QBLn8GyVpaOHIdWO2iDE
Request Body
Name
Type
Description
host*
String
Server (Name of host)
notes*
String
None
(Note for log)
values*
Array
stat*
String
Points (Name of stat)
If you have reached your daily limit:
{ "status": "429", "message": "Too Many Requests!" }If log was a success:
{ "status": "200", "message": "OK", "data": object }If something goes wrong on our end:
{ "status": "500", "message": "Internal Server Error" }If the body is empty:
{ "status": "400", "message": "Invalid Body Parameter. Missing 'host', 'notes', 'stat' and/or 'values'!" }If 'values' is not an array:
{ "status": "400", "message": "Please provide a valid array for the 'values' Body Parameter." }If wrong 'values' array format:
{ "status": "400", "message": "Invalid user ID or values! Both must be numbers." }Last updated