Common
Access Token
Success
Common Code Inquiry Response
Group Code
ME001Group Code Name
회원구분코드Business processing error details
POST /api/common/v1/common/getGrpCdList HTTP/1.1
Host: api-common.x2bee.com/
Content-Type: application/json
Accept: */*
Content-Length: 8
[
"text"
][
{
"grpCd": "ME001",
"grpCdNm": "회원구분코드",
"codeInfo": [
{
"key": "text",
"cd": "text",
"cdNm": "text",
"cdDesc": "text",
"sortSeq": "text",
"ref1Val": "text",
"ref2Val": "text",
"ref3Val": "text",
"ref4Val": "text",
"ref5Val": "text",
"ref6Val": "text",
"ref7Val": "text"
}
]
}
]Access Token
Success
Business processing error details
GET /api/common/v1/system/getBadwordList?badWordMgmtRequest=[object+Object] HTTP/1.1
Host: api-common.x2bee.com/
Accept: */*
[
"text"
]Access Token
Success
Common Code Inquiry Response
Group Code
ME001Group Code Name
회원구분코드Business processing error details
GET /api/common/v1/common/getGrp?stCdReq=[object+Object] HTTP/1.1
Host: api-common.x2bee.com/
Accept: */*
{
"grpCd": "ME001",
"grpCdNm": "회원구분코드",
"codeInfo": [
{
"key": "text",
"cd": "text",
"cdNm": "text",
"cdDesc": "text",
"sortSeq": "text",
"ref1Val": "text",
"ref2Val": "text",
"ref3Val": "text",
"ref4Val": "text",
"ref5Val": "text",
"ref6Val": "text",
"ref7Val": "text"
}
]
}Access Token
Success
result time
result code
result message
process check
is error
Business processing error details
GET /api/common/v1/common/getForwardCdCdNmFromStStdCdByGrpCdRef1Val?params=[object+Object] HTTP/1.1
Host: api-common.x2bee.com/
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"ANY_ADDITIONAL_PROPERTY": [
{
"key": "text",
"cd": "text",
"cdNm": "text",
"cdDesc": "text",
"sortSeq": "text",
"ref1Val": "text",
"ref2Val": "text",
"ref3Val": "text",
"ref4Val": "text",
"ref5Val": "text",
"ref6Val": "text",
"ref7Val": "text"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Function Description
Retrieves the list of customer notifications to be displayed on the FO screen.
Detailed Description
If siteNo (Site No.) and langCd (Language Code) are not sent, the values set in the cookie are used.
Only notifications included between the posting start date/time and posting end date/time are retrieved.
Large Category Code (scrnLgrpCd) and Medium Category Code (scrnMgrpCd) are required.
Access Token
Success
Customer Notification List Response
Customer Notification List Content
Business processing error details
GET /api/common/v1/common/getContsList?screenNotiReq=[object+Object] HTTP/1.1
Host: api-common.x2bee.com/
Accept: */*
{
"ntcConts": [
"text"
]
}Last updated