고객정보 확인 사유
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
pwdstringOptional
rednCausContstringOptional
Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
post/v2/member/memberInfoConfirmReason/validIndInfoParam
POST /api/bo/v2/member/memberInfoConfirmReason/validIndInfoParam HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"pwd": "text",
"rednCausCont": "text"
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"qryGbCd": "text",
"indInfoQryCaus": "text",
"userId": "text",
"rtTgtSeq": "text",
"workDtm": "2026-01-01T00:00:00.000Z",
"scrnId": "text",
"ipAddr": "text",
"indInfoDealYn": "text",
"indInfoQryCont": "text",
"qryCnt": 1
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}마지막 업데이트