Fetch Stats

Retrieves the user's stats data.

GET https://api-sidemod.sidetechroblox.com/v3/stats/:userid

Path Parameters

Name
Type
Description

userid*

String

425168602

(Roblox UserId)

Headers

Name
Type
Description

Authorization*

String

QBLn8GyVpaOHIdWO2iDE

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