For the complete documentation index, see llms.txt. This page is also available as Markdown.

고객정보 확인 사유

고객정보 확인 사유 검증

post

기능설명

  • 고객정보 확인 사유를 검증하고, 검증에 성공하면 개인정보 조회용 세션을 등록합니다.


상세설명

  • 고객정보 확인을 위해 입력받은 비밀번호와 열람사유를 검증합니다.

  • 검증에 성공한 경우, 개인정보 조회 관련 프로세스를 생략할 수 있도록 세션을 등록합니다.

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

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"
    }
  ]
}

마지막 업데이트