> 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-guide/store-front/common/api.md).

# 공통API

타 모듈에서 사용하기 위한 핵심 기능으로, 공통코드, 금칙어, 업무별 공지사항을 조회하여 필요한 정보를 얻을 수 있습니다.

***

## API 기능 목록

<table><thead><tr><th>API</th><th>설명</th><th width="121">Server</th><th width="110">메소드</th><th>비고</th></tr></thead><tbody><tr><td>공통코드 목록 조회</td><td>공통코드를 다건으로 조회합니다.</td><td>Common</td><td>POST</td><td> <a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getGrpCdList">🔗API 확인하기 ></a></td></tr><tr><td>금칙어 목록 조회</td><td>금칙어 목록을 조회합니다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getBadwordList">🔗API 확인하기 ></a></td></tr><tr><td>공통코드 단건 조회</td><td>공통코드를 단건으로 조회합니다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getGrp">🔗API 확인하기 ></a></td></tr><tr><td>공통코드 참조값1 조회</td><td>그룹코드와 ref1Val을 이용해 공통코드를 조회한다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getForwardCdCdNmFromStStdCdByGrpCdRef1Val">🔗API 확인하기 ></a></td></tr><tr><td>화면 고객알림 조회</td><td>FO 화면에 표시될 고객알림 목록을 조회합니다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getContsList">🔗API 확인하기 ></a></td></tr></tbody></table>
