Retorna datos segun la placa
curl --request GET \ --url https://api.factiliza.com/v1/placa/info/{placa} \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "Exito", "data": { "placa": "F3H792", "marca": "FIAT", "modelo": "FIORINO", "serie": "9BD25521A98854312", "color": "BLANCO BANCHISA", "motor": "8632404", "vin": "9BD25521A98854312" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
La placa a consultar
placa response
The response is of type object.
object