Fetch Schedule

Retrieves all upcoming/ongoing events from the schedule.

GET https://api-sidemod.sidetechroblox.com/v3/schedule

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