---
title: "본인인증 완료 API"
method: POST
path: "/certifications/otp/confirm/{imp_uid}"
tags: ["certifications"]
---

# 본인인증 완료 API

`POST /certifications/otp/confirm/{imp_uid}`

본인인증 요청 API를 통해 SMS/APP로 전송된 인증번호를 전달하여 본인인증을 완료합니다. <br>
     본인인증이 완료되면 대상자의 이름, 전화번호, 통신사, 성별, 외국인 여부, 생년월일, CI, DI 값을 응답받을 수 있습니다.

## Path parameters

- `imp_uid` string, required

## Response `200`

본인인증완료

- CertificationResponse — unresolved $ref

## Other responses

- `400` — 인증번호를 누락하였거나 이미 인증처리가 완료된 건에 대해 재요청하는 경우
- `401` — 인증 Token이 전달되지 않았거나 유효하지 않은 경우
- `404` — imp_uid 에 해당되는 요청건이 없는 경우
- `500` — 처리 중 다날서버 응답오류 등 오류가 발생한 경우

---

[API](https://skmtc.dev/iamport/apis/rest-api.md) · [All operations](https://skmtc.dev/iamport/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iamport/rest-api/revisions/006dfffdec43/schema)
