회원 본인인증 정보 조회
작성일 2026.03.21 | 수정일 2026.03.21
GET
/iam/v1/verifications/members/person회원의 본인인증 정보를 조회합니다. uniqueKey, customUniqueKey 필드는 응답에서 제외됩니다.
Response
Structure
Response
{
"accountId": "12345678901234",
"memberId": "ME01abcdefghij",
"appId": "APP01xyz",
"status": "APPROVED",
"phone": "01012345678",
"name": "홍길동",
"gender": "male",
"birth": "19900101",
"foreigner": false,
"dateCreated": "2024-01-15T10:30:00.000Z",
"dateUpdated": "2024-01-15T10:30:00.000Z"
}