---
title: "Get All Categories"
method: GET
path: "/categories/"
tags: ["Categories"]
---

# Get All Categories

`GET /categories/`

Get all categories owned by the authenticated user.

## Response `200`

Response for status 200

- object[]
  - `id` string, required
  - `name` string, required
  - `flags` union
    - string, integer
    - integer
  - `config` object
    - `replyLangs` union[]
      - union
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
    - `searchLangs` union[]
      - union
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
    - `platform` union[]
      - union
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
        - string
    - `privacy` union
      - number
      - number
    - `prefixes` string[]
    - `statusType` union
      - number
      - number
      - number
    - `statusText` string[]
    - `statusInterval` union
      - string, integer
      - integer
    - `level` union[]
      - union
        - string, integer
        - integer
    - `bpLevel` union[]
      - union
        - string, integer
        - integer
    - `extraOwners` object[]
      - `id` string, required
      - `name` string, required
    - `admins` object[]
      - `id` string, required
      - `name` string, required
    - `whitelistUsers` object[]
      - `id` string, required
      - `name` string, required
    - `blacklistUsers` object[]
      - `id` string, required
      - `name` string, required
    - `excludedAutoAddFriends` object[]
      - `id` string, required
      - `name` string, required
    - `otherBots` object[]
      - `id` string, required
      - `name` string, required
    - `inviteTimeout` union
      - string, integer
      - integer
    - `maxBotsPerLobby` union
      - string, integer
      - integer
    - `maxBotsPerLobbyWithOwner` union
      - string, integer
      - integer
    - `maxBotsPerLobbyWithAdmin` union
      - string, integer
      - integer
    - `maxBotsPerLobbyWithWhitelistUser` union
      - string, integer
      - integer
    - `allowMatchmaking` boolean
    - `leaveAfterMatchmaking` boolean
    - `disableMatchmakingChecks` boolean
    - `disablePlaylistChecks` boolean
    - `disableJoinMessages` boolean
    - `disableAutomaticMessages` boolean
    - `acceptFriendRequests` boolean
    - `sendFriendRequestOnJoinParty` boolean
    - `sendFriendRequestOnMemberJoinParty` boolean
    - `runCommandsWithoutPrefix` boolean
    - `setCosmeticsWithoutCommands` boolean
    - `setCosmeticsWithPrefix` boolean
    - `acceptInvites` boolean
    - `startBannedBots` boolean
    - `triggers` object[]
      - `type` number, required
      - `name` string, required
      - `flags` union
        - string, integer
        - integer
      - `event` union, required
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
        - number
      - `actions` object[], required
        - `type` number, required
        - `command` string, required
        - `args` string[]
    - `onlyOwnerCommands` string[]
    - `onlyAdminCommands` string[]
    - `onlyWhitelistUsersCommands` string[]
    - `onlyFriendsCommands` string[]
    - `onlyPartyMembersCommands` string[]
    - `onlyWhisperCommands` string[]
    - `startOutfit` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `startBackpack` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `startPickaxe` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `startShoes` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `startBanner` object[]
      - `id` string, required
    - `startBannerColor` object[]
      - `id` string, required
    - `joinOutfit` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `joinBackpack` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `joinPickaxe` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `joinEmote` object[]
      - `id` string, required
    - `joinShoes` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `joinBanner` object[]
      - `id` string, required
    - `joinBannerColor` object[]
      - `id` string, required
    - `memberJoinOutfit` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `memberJoinBackpack` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `memberJoinPickaxe` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `memberJoinEmote` object[]
      - `id` string, required
    - `memberJoinShoes` object[]
      - `id` string, required
      - `variants` union[]
        - union
          - string, integer
          - integer
    - `memberJoinBanner` object[]
      - `id` string, required
    - `memberJoinBannerColor` object[]
      - `id` string, required

## Other responses

- `400` — Response for status 400

---

[API](https://skmtc.dev/fnlb/apis/fnlb-api-documentation.md) · [All operations](https://skmtc.dev/fnlb/apis/fnlb-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fnlb/fnlb-api-documentation/revisions/811ffc41210c/schema)
