Description: Fetch token author data
Ratelimit: 5 per 10s

Required parameters
Name Type Description
serverId number The server id
Available codes
Status Code Description
200 OK The request has been successfully completed
400 INVALID_SERVER_ID The server id is invalid
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
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data:
    • id: number
    • name: string
    • uuid: string
    • firstConnection: date
    • lastConnection: date
    • lastDashboardConnection: date | null
    • accountName: string | null
    • accountType: string
    • accountId: number
    • avatarUrl: string
    • discordUsername: string | null
    • discordDiscriminator: string | null
    • serverId: number
    • roles[]:
      • serverId: number
      • id: number
      • name: string
      • color: string
      • position: number | null
      • categories:
        • id: number
        • name: string
      • deletedAt: date | null
    • language:
      • alpha2: string
      • name: string
    • badges[]:
      • id: number
      • category:
        • id: number
        • name: string
        • deletedAt: date | null
      • iconPath: string
      • fullIconPath: string
      • value: number
      • deletedAt: date | null
      • translations?:
        • name: string | null
        • description: string | null
      • addedAt: date
      • revokedAt: date | null

Description: Fetch token permissions
Ratelimit: 5 per 10s

Required parameters
Name Type Description
serverId number The server id
Available codes
Status Code Description
200 OK The request has been successfully completed
400 INVALID_SERVER_ID The server id is invalid
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
404 SERVER_NOT_FOUND The server does not exist
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data: string[]