Queries vehicle information from the external license plate API without creating a record in the system. This endpoint is useful for previewing vehicle data before creation or for validation purposes.
Only returns results if the vehicle owner belongs to the institution (configurable via PLACA_API_PROPIETARIO_FILTRO environment variable). If the vehicle doesn’t belong to the institution, a 403 error is returned.
Vehicle license plate to query. Will be automatically converted to uppercase and spaces removed.Validation: Must have at least one initial letter and four digits minimum (format: ^[A-Z]{1,}[0-9]{4,}$)Example: "P503067"
Environment Variable: PLACA_API_PROPIETARIO_FILTROThis variable configures which institution owners are allowed. Only vehicles belonging to the configured institution will return data from this endpoint.