MyBoosts

Learn how to use our Discord Boosting API!

Get Booster Status

GET https://myboostslegacy.apis.koal.us/api/myboosts/:guildId/:rblxUid

Path Parameters

NameTypeDescription

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

NameTypeDescription

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"
  ]
}

Last updated