Skip to main content

驾驶证(秘鲁)

Endpoint

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

DNI 查询秘鲁 驾驶证(类别、状态、有效期、限制等)。

请求头(Headers)

名称取值
Acceptapplication/json
AuthorizationBearer <token>

参数(Parameters)

名称类型必填描述示例
documentTypestring证件类型。取值:DNIDNI
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 100000011000001090040401404