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 the authorization token is invalid:

{ "status": "401", "message": "Authorization token is not valid. Please provide a valid authorization token to proceed." }

If the authorization token is missing:

{ "status": "401", "message": "Authorization token is required for access. Please provide a valid authorization token to proceed." }

Last updated