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 you have reached your daily limit:
{ "status": "429", "message": "Too Many Requests!" }If no events are scheduled:
{ "status": "204", "message": "There are currently 0 events scheduled!" }If events are scheduled:
{ "status": "200", "message": "OK", "data": object }If something goes wrong on our end:
{ "status": "500", "message": "Internal Server Error" }Last updated