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

Last updated

Was this helpful?