Retorna la licencia de conducir segun el dni
curl --request GET \ --url https://api.factiliza.com/v1/licencia/info/{dni} \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "Exito", "data": { "numero_documento": "10400310", "nombres": "CARLOS EDGARDO", "apellido_paterno": "DELGADO", "apellido_materno": "RIVERA", "grupo_sanguineo": "O+", "donacion_organos": "NO", "licencia": [ { "numero": "Q10400310", "categoria": "A I", "fecha_expedicion": "21/03/2017", "fecha_vencimiento": "06/03/2027", "estado": "VIGENTE", "restricciones": "SIN RESTRICCIONES" } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
El dni a consultar
licencia response
The response is of type object.
object