Skip to main content

Permis de conduire (Pérou)

Endpoint

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

Consulte un permis de conduire péruvien par DNI (catégorie, statut, expiration, restrictions, etc.).

En-têtes (Headers)

NomValeur
Acceptapplication/json
AuthorizationBearer <token>

Paramètres

NomTypeRequisDescriptionExemple
documentTypestringOuiType de document. Valeur : DNI.DNI
documentNumberstringOuiNuméro DNI (6–8 chiffres).10000001

Requête (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 <votre_token>' },
});
console.log(data);

Réponse (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"
}
}

Notes

  • Seul documentType=DNI est pris en charge.
  • En mode sandbox : documentNumber 1000000110000010 ; 90040401404.