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

# Common API

A core feature for use by other modules, allowing you to obtain the information you need by looking up common codes, prohibited words, and task-specific notices.

***

## API Function List

<table><thead><tr><th>API</th><th>Description</th><th width="121">Server</th><th width="110">Method</th><th>Notes</th></tr></thead><tbody><tr><td>Common code list lookup</td><td>Retrieves multiple common codes.</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">🔗View API ></a></td></tr><tr><td>Prohibited word list lookup</td><td>Retrieves the list of prohibited words.</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">🔗View API ></a></td></tr><tr><td>Common code single lookup</td><td>Retrieves a single common code.</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">🔗View API ></a></td></tr><tr><td>Common code reference value 1 lookup</td><td>Retrieves a common code using the group code and 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">🔗View API ></a></td></tr><tr><td>On-screen customer notification lookup</td><td>Retrieves the list of customer notifications to be displayed on the FO screen.</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">🔗View API ></a></td></tr></tbody></table>
