> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/back-office-api/popup-bo-api/undefined-13.md).

# 브랜드 공통 팝업

## 브랜드 목록 조회

> \## 기능설명\
> \* 브랜드 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 검색 조건에 따라 브랜드 목록을 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandPopupApiRequest":{"type":"object","properties":{"argUseYn":{"type":"string","description":"사용여부"},"brandNo":{"type":"string","description":"브랜드번호"},"brandNm":{"type":"string","description":"브랜드명"},"useYn":{"type":"string","description":"사용여부"}}},"ResponseRealGridListResponseBrandPopupApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/RealGridListResponseBrandPopupApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseBrandPopupApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BrandPopupApiResponse"}}}},"BrandPopupApiResponse":{"type":"object","properties":{"brandNo":{"type":"string","description":"브랜드번호"},"useYn":{"type":"string","description":"사용여부"},"brandNm":{"type":"string","description":"브랜드명"},"schKwdNm":{"type":"string","description":"검색키워드명"},"totalCount":{"type":"integer","format":"int32"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/popup/brandPopupApi/getBrandList":{"get":{"tags":["브랜드 공통 팝업"],"summary":"브랜드 목록 조회","description":"## 기능설명\n* 브랜드 목록을 조회합니다.\n---\n## 상세설명\n* 검색 조건에 따라 브랜드 목록을 조회합니다.\n","operationId":"getBrandList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BrandPopupApiRequest"}}],"responses":{"200":{"description":"브랜드 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseBrandPopupApiResponse"}}}},"900":{"description":"브랜드 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
