> 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/store-front-api/member-api/undefined-11.md).

# 본인인증호출

## 본인인증에 필요한 토큰정보 및 암호화 DATA를 생성합니다.

> \## 기능설명\
> \* 휴대폰 본인인증 팝업창을 호출하기위한 데이터를 가져옵니다.\
> \---\
> \## 상세설명\
> \* NICE API 방식으로 구현되어 있습니다.\
> \* 휴대폰번호를 입력하여 회원번호 목록을 조회합니다.\
> \---<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Member API","version":"v1"},"servers":[{"url":"https://api-member.x2bee.com/api/member/","description":"prd"}],"paths":{"/v1/member/getOAuthToken":{"post":{"tags":["본인인증호출"],"summary":"본인인증에 필요한 토큰정보 및 암호화 DATA를 생성합니다.","description":"## 기능설명\n* 휴대폰 본인인증 팝업창을 호출하기위한 데이터를 가져옵니다.\n---\n## 상세설명\n* NICE API 방식으로 구현되어 있습니다.\n* 휴대폰번호를 입력하여 회원번호 목록을 조회합니다.\n---\n","operationId":"getOAuthToken","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerificationMakeKeyRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VerificationResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"VerificationMakeKeyRequest":{"type":"object","properties":{"requestno":{"type":"string","description":"서비스 요청 고유번호"},"returnurl":{"type":"string","description":"인증결과를 받을 url"},"sitecode":{"type":"string","description":"암호화 토큰요청 API에 응답받은 SITE_CODE"},"authtype":{"type":"string","description":"인증수단 고정"},"mobilceco":{"type":"string","description":"통신사우선선택"},"methodtype":{"type":"string","description":"Http method타입"},"popupyn":{"type":"string","description":"팝업여부"},"receivedata":{"type":"string","description":"인증 후 전달받을 데이터 세팅 (요청값 그대로 리턴)"}}},"VerificationResponse":{"type":"object","properties":{"token_version_id":{"type":"string","description":"토큰버전아이디"},"enc_data":{"type":"string","description":"암호화된 데이터 정보"},"integrity_value":{"type":"string","description":"무결성체크값"},"iv":{"type":"string","description":"암포화 IV"},"key":{"type":"string","description":"암호화 KEY"},"reqNo":{"type":"string","description":"요청구분번호"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```
