Description: Fetch all servers that you can have access to
Ratelimit: 5 per 10s
Permission: servers-list.read

Available codes
Status Code Description
200 OK The request has been successfully completed
401 UNAUTHORIZED The token is invalid or expired
403 ACCESS_DENIED The token or the author does not have the required permissions
403 DISCORD_CONNECTION_REQUIRED You need a Discord account link to your Steam Account to access to the route
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data[]:
    • id: number
    • name: string
    • ip: string
    • port: number
    • configured: boolean
    • whitelistEnabled: boolean
    • language: string | null
    • guildId: string | null
    • created_at: string
    • updated_at: string