# Get vehicle certificate Retrieves the Acord certificate for a vehicle. Provide exactly one of: id, vin, or licensePlate. clientId may be used in some contexts. Endpoint: GET /v1/certificates/vehicles Version: 1.0.0 Security: BearerAuth ## Query parameters: - `id` (integer,null) Vehicle ID. - `vin` (string,null) VIN (17 characters). - `licensePlate` (string,null) License plate number. - `clientId` (integer,null) Client ID (optional context). ## Response 400 fields ## Response 401 fields ## Response 500 fields