# 브랜드 카테고리 목록 조회

## Request

## 브랜드 등록 시 사용 가능한 카테고리 목록을 조회합니다. <br>

> RCS Biz Center에서 브랜드를 등록할 때 필수 요구되는 카테고리(categoryId, categoryName), 하위\
> 카테고리(subCategoryId, subCategoryName)에 해당하는 카테고리 목록을 조회합니다.  \
> \
> 조회된 카테고리, 하위 카테고리 를 이용하여 브랜드 등록 시 지정합니다.  \
> &#x20; \+ \*\*계정 권한 : 마스터, 매니저\*\*\
> &#x20; \+ \*\*브랜드 권한 : 브랜드 대표운영자\*\*<br>

```json
{"openapi":"3.0.0","info":{"title":"RCS Biz Center API 규격","version":"1.1.15"},"servers":[{"description":"RCS Biz Center API for Staging","url":"https://api-qa.rcsbizcenter.com/api/1.1"},{"description":"RCS Biz Center API for Production","url":"https://api.rcsbizcenter.com/api/1.1"}],"security":[{"jwtAuth":[]}],"components":{"securitySchemes":{"jwtAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"인증방식은 JWT인증을 사용합니다. 토큰의 갱신은 없으며 토큰 만료 시 항상 재발급 받아야 합니다.\n"}}},"paths":{"/corp/brand/categories":{"get":{"summary":"브랜드 등록 시 사용 가능한 카테고리 목록을 조회합니다. \n","description":"RCS Biz Center에서 브랜드를 등록할 때 필수 요구되는 카테고리(categoryId, categoryName), 하위\n카테고리(subCategoryId, subCategoryName)에 해당하는 카테고리 목록을 조회합니다.  \n\n조회된 카테고리, 하위 카테고리 를 이용하여 브랜드 등록 시 지정합니다.  \n  + **계정 권한 : 마스터, 매니저**\n  + **브랜드 권한 : 브랜드 대표운영자**\n","responses":{"200":{"description":"페이지 내 Response 섹션 참조"}}}}}}
```

## **Response**

<table data-full-width="true"><thead><tr><th width="147">필드명</th><th width="141">타입</th><th width="68" align="center">길이</th><th width="108" align="center">필수여부</th><th width="117">기본값</th><th>설명</th></tr></thead><tbody><tr><td><a href="#result-array-less-than-object-greater-than"><mark style="color:blue;"><strong><code>result</code></strong></mark></a></td><td>array&#x3C;object></td><td align="center"></td><td align="center">O</td><td></td><td>브랜드 카테고리 정보 객체입니다.</td></tr><tr><td><strong><code>code</code></strong></td><td>string</td><td align="center">5</td><td align="center">O</td><td>20000000</td><td></td></tr><tr><td><strong><code>status</code></strong></td><td>integer</td><td align="center">3</td><td align="center">O</td><td>200</td><td></td></tr><tr><td><strong><code>desc</code></strong></td><td>string</td><td align="center"></td><td align="center">O</td><td></td><td></td></tr></tbody></table>

### <mark style="color:blue;">result</mark> - array\<object>

<table data-full-width="true"><thead><tr><th width="227">필드명</th><th width="141">타입</th><th width="68" align="center">길이</th><th width="108" align="center">필수여부</th><th width="84">기본값</th><th>설명</th></tr></thead><tbody><tr><td><strong><code>categoryId</code></strong></td><td>string</td><td align="center">64</td><td align="center"></td><td></td><td>브랜드 카테고리 ID 입니다.</td></tr><tr><td><strong><code>categoryName</code></strong></td><td>string</td><td align="center">64</td><td align="center"></td><td></td><td>브랜드 카테고리 명 입니다.</td></tr><tr><td><a href="#subcategories-array-less-than-object-greater-than"><mark style="color:blue;"><strong><code>subCategories</code></strong></mark></a></td><td>array&#x3C;object></td><td align="center"></td><td align="center"></td><td></td><td>하위 카테고리 목록 입니다.</td></tr><tr><td><strong><code>updateDate</code></strong></td><td>string</td><td align="center"></td><td align="center"></td><td></td><td>수정일시 - 카테고리 수정 일시 입니다.</td></tr></tbody></table>

### <mark style="color:blue;">subCategories</mark> - array\<object>

<table data-full-width="true"><thead><tr><th width="205">필드명</th><th width="141">타입</th><th width="68" align="center">길이</th><th width="108" align="center">필수여부</th><th width="87">기본값</th><th>설명</th></tr></thead><tbody><tr><td><strong><code>subCategoryId</code></strong></td><td>string</td><td align="center">64</td><td align="center"></td><td></td><td>브랜드 카테고리 ID 입니다.</td></tr><tr><td><strong><code>subCategoryName</code></strong></td><td>string</td><td align="center">64</td><td align="center"></td><td></td><td>브랜드 카테고리 명 입니다.</td></tr></tbody></table>

### ❖ response body sample

{% tabs %}
{% tab title="200" %}

```
{
    "code": "20000000",
    "desc": null,
    "result": [
        {
            "updateDate": "2019-11-14T10:28:38.000+09",
            "categoryName": "IT",
            "categoryId": "ITE",
            "subCategories": [
                {
                    "subCategoryId": "ITE001",
                    "subCategoryName": "인터넷/컴퓨터"
                },
                {
                    "subCategoryId": "ITE002",
                    "subCategoryName": "정보통신/SW"
                },
                {
                    "subCategoryId": "ITE003",
                    "subCategoryName": "IT 정보"
                },
                {
                    "subCategoryId": "ITE004",
                    "subCategoryName": "전자/영상/음향"
                },
                {
                    "subCategoryId": "ITE005",
                    "subCategoryName": "IT 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:31.000+09",
            "categoryName": "교육",
            "categoryId": "EDU",
            "subCategories": [
                {
                    "subCategoryId": "EDU001",
                    "subCategoryName": "어린이집/유치원"
                },
                {
                    "subCategoryId": "EDU002",
                    "subCategoryName": "초중고등학교"
                },
                {
                    "subCategoryId": "EDU003",
                    "subCategoryName": "대학교/대학원"
                },
                {
                    "subCategoryId": "EDU004",
                    "subCategoryName": "학원"
                },
                {
                    "subCategoryId": "EDU005",
                    "subCategoryName": "온라인교육"
                },
                {
                    "subCategoryId": "EDU006",
                    "subCategoryName": "교육정보"
                },
                {
                    "subCategoryId": "EDU007",
                    "subCategoryName": "유학/연수"
                },
                {
                    "subCategoryId": "EDU008",
                    "subCategoryName": "시험/자격증"
                },
                {
                    "subCategoryId": "EDU009",
                    "subCategoryName": "교육 시설"
                },
                {
                    "subCategoryId": "EDU010",
                    "subCategoryName": "교육 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:31.000+09",
            "categoryName": "식품",
            "categoryId": "FOD",
            "subCategories": [
                {
                    "subCategoryId": "FOD001",
                    "subCategoryName": "음식점"
                },
                {
                    "subCategoryId": "FOD002",
                    "subCategoryName": "주류/음료"
                },
                {
                    "subCategoryId": "FOD003",
                    "subCategoryName": "농축수산물"
                },
                {
                    "subCategoryId": "FOD004",
                    "subCategoryName": "주점"
                },
                {
                    "subCategoryId": "FOD005",
                    "subCategoryName": "카페"
                },
                {
                    "subCategoryId": "FOD006",
                    "subCategoryName": "떡/제과"
                },
                {
                    "subCategoryId": "FOD007",
                    "subCategoryName": "외식/식음료 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:32.000+09",
            "categoryName": "병원",
            "categoryId": "HOS",
            "subCategories": [
                {
                    "subCategoryId": "HOS001",
                    "subCategoryName": "종합병원"
                },
                {
                    "subCategoryId": "HOS002",
                    "subCategoryName": "성형외과"
                },
                {
                    "subCategoryId": "HOS003",
                    "subCategoryName": "안과"
                },
                {
                    "subCategoryId": "HOS004",
                    "subCategoryName": "피부과"
                },
                {
                    "subCategoryId": "HOS005",
                    "subCategoryName": "치과"
                },
                {
                    "subCategoryId": "HOS006",
                    "subCategoryName": "산부인과"
                },
                {
                    "subCategoryId": "HOS007",
                    "subCategoryName": "한의원"
                },
                {
                    "subCategoryId": "HOS008",
                    "subCategoryName": "보건소"
                },
                {
                    "subCategoryId": "HOS009",
                    "subCategoryName": "내과"
                },
                {
                    "subCategoryId": "HOS010",
                    "subCategoryName": "외과"
                },
                {
                    "subCategoryId": "HOS011",
                    "subCategoryName": "이비인후과"
                },
                {
                    "subCategoryId": "HOS012",
                    "subCategoryName": "정형외과"
                },
                {
                    "subCategoryId": "HOS013",
                    "subCategoryName": "소아청소년과"
                },
                {
                    "subCategoryId": "HOS014",
                    "subCategoryName": "영상의학과 "
                },
                {
                    "subCategoryId": "HOS015",
                    "subCategoryName": "정신건강의학과"
                },
                {
                    "subCategoryId": "HOS016",
                    "subCategoryName": "마취통증의학과"
                },
                {
                    "subCategoryId": "HOS017",
                    "subCategoryName": "재활의학과"
                },
                {
                    "subCategoryId": "HOS018",
                    "subCategoryName": "한방병원"
                },
                {
                    "subCategoryId": "HOS019",
                    "subCategoryName": "흉부외과"
                },
                {
                    "subCategoryId": "HOS020",
                    "subCategoryName": "항문외과"
                },
                {
                    "subCategoryId": "HOS021",
                    "subCategoryName": "신경외과"
                },
                {
                    "subCategoryId": "HOS022",
                    "subCategoryName": "영상의학과 "
                },
                {
                    "subCategoryId": "HOS023",
                    "subCategoryName": "약국"
                },
                {
                    "subCategoryId": "HOS024",
                    "subCategoryName": "의료기구"
                },
                {
                    "subCategoryId": "HOS025",
                    "subCategoryName": "신경과"
                },
                {
                    "subCategoryId": "HOS026",
                    "subCategoryName": "검진센터"
                },
                {
                    "subCategoryId": "HOS027",
                    "subCategoryName": "병원 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:32.000+09",
            "categoryName": "쇼핑",
            "categoryId": "SHO",
            "subCategories": [
                {
                    "subCategoryId": "SHO001",
                    "subCategoryName": "의류"
                },
                {
                    "subCategoryId": "SHO002",
                    "subCategoryName": "가전/가구"
                },
                {
                    "subCategoryId": "SHO003",
                    "subCategoryName": "생활용품"
                },
                {
                    "subCategoryId": "SHO004",
                    "subCategoryName": "유아동"
                },
                {
                    "subCategoryId": "SHO005",
                    "subCategoryName": "자동차용품"
                },
                {
                    "subCategoryId": "SHO006",
                    "subCategoryName": "종합몰/마트/백화점"
                },
                {
                    "subCategoryId": "SHO007",
                    "subCategoryName": "오프라인 쇼핑"
                },
                {
                    "subCategoryId": "SHO008",
                    "subCategoryName": "해외쇼핑"
                },
                {
                    "subCategoryId": "SHO009",
                    "subCategoryName": "공동구매"
                },
                {
                    "subCategoryId": "SHO010",
                    "subCategoryName": "주문/배달/방문"
                },
                {
                    "subCategoryId": "SHO011",
                    "subCategoryName": "중고거래"
                },
                {
                    "subCategoryId": "SHO012",
                    "subCategoryName": "패션잡화"
                },
                {
                    "subCategoryId": "SHO013",
                    "subCategoryName": "스포츠용품"
                },
                {
                    "subCategoryId": "SHO014",
                    "subCategoryName": "핸드폰/주변기기"
                },
                {
                    "subCategoryId": "SHO015",
                    "subCategoryName": "대여"
                },
                {
                    "subCategoryId": "SHO016",
                    "subCategoryName": "슈퍼마켓"
                },
                {
                    "subCategoryId": "SHO017",
                    "subCategoryName": "쇼핑 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:33.000+09",
            "categoryName": "뷰티",
            "categoryId": "BEU",
            "subCategories": [
                {
                    "subCategoryId": "BEU001",
                    "subCategoryName": "화장품"
                },
                {
                    "subCategoryId": "BEU002",
                    "subCategoryName": "헤어"
                },
                {
                    "subCategoryId": "BEU003",
                    "subCategoryName": "스킨"
                },
                {
                    "subCategoryId": "BEU004",
                    "subCategoryName": "네일"
                },
                {
                    "subCategoryId": "BEU005",
                    "subCategoryName": "뷰티정보"
                },
                {
                    "subCategoryId": "BEU006",
                    "subCategoryName": "다이어트/체형관리"
                },
                {
                    "subCategoryId": "BEU007",
                    "subCategoryName": "뷰티 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:33.000+09",
            "categoryName": "여행/레저/스포츠",
            "categoryId": "TRI",
            "subCategories": [
                {
                    "subCategoryId": "TRI001",
                    "subCategoryName": "놀이/레저"
                },
                {
                    "subCategoryId": "TRI002",
                    "subCategoryName": "유아놀이시설"
                },
                {
                    "subCategoryId": "TRI003",
                    "subCategoryName": "여행사"
                },
                {
                    "subCategoryId": "TRI004",
                    "subCategoryName": "숙박시설"
                },
                {
                    "subCategoryId": "TRI005",
                    "subCategoryName": "여행정보"
                },
                {
                    "subCategoryId": "TRI006",
                    "subCategoryName": "운동시설"
                },
                {
                    "subCategoryId": "TRI007",
                    "subCategoryName": "여행/레저/스포츠 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:33.000+09",
            "categoryName": "엔터테인먼트",
            "categoryId": "MED",
            "subCategories": [
                {
                    "subCategoryId": "MED001",
                    "subCategoryName": "게임 "
                },
                {
                    "subCategoryId": "MED002",
                    "subCategoryName": "공연/전시/축제"
                },
                {
                    "subCategoryId": "MED003",
                    "subCategoryName": "만화/애니"
                },
                {
                    "subCategoryId": "MED004",
                    "subCategoryName": "미술/디자인 "
                },
                {
                    "subCategoryId": "MED005",
                    "subCategoryName": "방송"
                },
                {
                    "subCategoryId": "MED006",
                    "subCategoryName": "뉴스"
                },
                {
                    "subCategoryId": "MED007",
                    "subCategoryName": "책/잡지"
                },
                {
                    "subCategoryId": "MED008",
                    "subCategoryName": "영화"
                },
                {
                    "subCategoryId": "MED009",
                    "subCategoryName": "음악"
                },
                {
                    "subCategoryId": "MED010",
                    "subCategoryName": "문화시설"
                },
                {
                    "subCategoryId": "MED011",
                    "subCategoryName": "노래방"
                },
                {
                    "subCategoryId": "MED012",
                    "subCategoryName": "영화관"
                },
                {
                    "subCategoryId": "MED013",
                    "subCategoryName": "소속사/연예인"
                },
                {
                    "subCategoryId": "MED014",
                    "subCategoryName": "미디어/엔터테인먼트 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:33.000+09",
            "categoryName": "자동차/교통",
            "categoryId": "CAR",
            "subCategories": [
                {
                    "subCategoryId": "CAR001",
                    "subCategoryName": "자동차"
                },
                {
                    "subCategoryId": "CAR002",
                    "subCategoryName": "교통"
                },
                {
                    "subCategoryId": "CAR003",
                    "subCategoryName": "중고판매"
                },
                {
                    "subCategoryId": "CAR004",
                    "subCategoryName": "대리운전"
                },
                {
                    "subCategoryId": "CAR005",
                    "subCategoryName": "수리/튜닝"
                },
                {
                    "subCategoryId": "CAR006",
                    "subCategoryName": "렌트/리스"
                },
                {
                    "subCategoryId": "CAR007",
                    "subCategoryName": "자동차/교통 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:34.000+09",
            "categoryName": "기관/단체",
            "categoryId": "ORG",
            "subCategories": [
                {
                    "subCategoryId": "ORG001",
                    "subCategoryName": "공공/행정"
                },
                {
                    "subCategoryId": "ORG002",
                    "subCategoryName": "비영리"
                },
                {
                    "subCategoryId": "ORG003",
                    "subCategoryName": "정치/사회"
                },
                {
                    "subCategoryId": "ORG004",
                    "subCategoryName": "복지"
                },
                {
                    "subCategoryId": "ORG005",
                    "subCategoryName": "종교"
                },
                {
                    "subCategoryId": "ORG006",
                    "subCategoryName": "모임"
                },
                {
                    "subCategoryId": "ORG007",
                    "subCategoryName": "기관/단체 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:34.000+09",
            "categoryName": "금융",
            "categoryId": "FIN",
            "subCategories": [
                {
                    "subCategoryId": "FIN001",
                    "subCategoryName": "은행"
                },
                {
                    "subCategoryId": "FIN002",
                    "subCategoryName": "저축은행"
                },
                {
                    "subCategoryId": "FIN003",
                    "subCategoryName": "카드"
                },
                {
                    "subCategoryId": "FIN004",
                    "subCategoryName": "증권"
                },
                {
                    "subCategoryId": "FIN005",
                    "subCategoryName": "보험"
                },
                {
                    "subCategoryId": "FIN006",
                    "subCategoryName": "부동산"
                },
                {
                    "subCategoryId": "FIN007",
                    "subCategoryName": "금융 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:34.000+09",
            "categoryName": "서비스",
            "categoryId": "SRV",
            "subCategories": [
                {
                    "subCategoryId": "SRV001",
                    "subCategoryName": "광고/마케팅 "
                },
                {
                    "subCategoryId": "SRV002",
                    "subCategoryName": "생활"
                },
                {
                    "subCategoryId": "SRV003",
                    "subCategoryName": "비즈니스"
                },
                {
                    "subCategoryId": "SRV004",
                    "subCategoryName": "건축/기술/과학"
                },
                {
                    "subCategoryId": "SRV005",
                    "subCategoryName": "법률/회계/세무"
                },
                {
                    "subCategoryId": "SRV006",
                    "subCategoryName": "취업/창업"
                },
                {
                    "subCategoryId": "SRV007",
                    "subCategoryName": "서비스 일반"
                }
            ]
        },
        {
            "updateDate": "2019-11-14T10:28:34.000+09",
            "categoryName": "제조",
            "categoryId": "MAN",
            "subCategories": [
                {
                    "subCategoryId": "MAN001",
                    "subCategoryName": "전자"
                }
            ]
        }
    ],
    "status": 200
}
```

{% endtab %}

{% tab title="401" %}

```
{
    "error": {
        "code": "61003",
        "message": "Invalid token"
    },
    "status": 401
}
```

{% endtab %}
{% endtabs %}

{% hint style="warning" %}
error code는 [RCS Biz Center - Response body error code](/rbc-api/error_code.md#rcs-biz-center-response-body-error-code) 참조
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.rcsbizcenter.com/rbc-api/brand/get_categories_list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
