MyBoosts
Learn how to use our Discord Boosting API!
Get Booster Status
GET https://myboostslegacy.apis.koal.us/api/myboosts/:guildId/:rblxUid
Path Parameters
Name
Type
Description
guildId
number
ID of the Discord Guild where you'd like to check the booster status.
rblxUID
number
ID of the specific Roblox User that you'd like to check booster status.
Headers
Name
Type
Description
Content-Type
string
application/json
Authorization
string
Authentication token to keep track of API usage.
{
"boosting": false,
"discUID": "289894338132180992",
"requestsLeft": 100,
"status": "ok",
"userRoles": [
"💼 Team Lead",
"✅ Verified",
"🛠️ Research & Engineering",
"🌟",
"🪁 Founder",
"Poll Pings",
"Development Pings",
"Partner Pings"
]
}{"status": "error", "message": "50/50 of free requests allocated"}MEMBER NOT FOUND: {"status": "error", "message": f"User not found"}
MEMBER NOT VERIFIED: {"status": "error", "message": f"User not verified"}
GUILD NOT FOUND: {"status": "error", "message": f"Unable to access guild"}
BOT RESOURCE NOT FOUND: {"status": "error", "message": f"Bot token invalid"}Last updated
Was this helpful?