Skip to main content

운전면허 (페루)

엔드포인트

GET https://api.verifik.co/v2/pe/driver-license

DNI로 페루 운전면허를 조회합니다(등급, 상태, 만료일, 제한 등).

헤더 (Headers)

이름
Acceptapplication/json
AuthorizationBearer <token>

매개변수

이름형식필수설명예시
documentTypestring문서 유형. 값: DNI.DNI
documentNumberstringDNI 번호(6~8자리).10000001

요청 (Request)

import axios from 'axios';

const { data } = await axios.get('https://api.verifik.co/v2/pe/driver-license', {
params: { documentType: 'DNI', documentNumber: '10000001' },
headers: { Accept: 'application/json', Authorization: 'Bearer <토큰>' },
});
console.log(data);

응답 (Response)

{
"data": {
"documentType": "DNI",
"documentNumber": "10000001",
"firstName": "MARIA ELENA",
"fullName": "MARIA ELENA LOPEZ GARCIA",
"hasLicensesA": true,
"licenses": [
{
"licenseNumber": "R10000001",
"licenseCategory": "A IIb",
"licenseStatus": "Vigente",
"expirationDate": "14/12/2027",
"restrictions": "SIN RESTRICCIONES"
}
],
"procedures": [
{
"procedure": "Revalidación",
"category": "A IIb",
"status": "Vigente"
}
],
"regulatoryCourses": [{ "hours": 6 }],
"tickets": [],
"sanctions": null
},
"signature": {
"dateTime": "June 23, 2026 10:00 AM",
"message": "Certified by Verifik.co"
}
}

참고

  • documentType=DNI만 지원됩니다.
  • 샌드박스 모드: documentNumber 1000000110000010; 90040401404.