Description: Get the authorized scopes for the given accountId
Ratelimit: 5 per 10s

Required parameters
Name Type Description
accountId number The account id to get the authorized scopes from
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
404 INVALID_ACCOUNT_ID The specified account id is invalid or not found
500 INTERNAL_ERROR An internal error has occured
Response structure
  • code: "OK"
  • data: string[]