{ "opencollection": "1.0.0", "info": { "name": "Vincario VIN Decoder Account Vehicle Info API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "controlsum", "value": "{{controlsum}}", "placement": "query" } }, "items": [ { "info": { "name": "Vehicle Info", "type": "folder" }, "items": [ { "info": { "name": "List the vehicle details available for a VIN.", "type": "http" }, "http": { "method": "GET", "url": "https://api.vindecoder.eu/3.2/:apikey/:controlsum/vininfo/:vin.json", "params": [ { "name": "apikey", "value": "", "type": "path", "description": "The account API key (id)." }, { "name": "controlsum", "value": "", "type": "path", "description": "First 10 characters of `sha1(\"{lookup}|{id}|{apikey}|{secretkey}\")`." }, { "name": "vin", "value": "", "type": "path", "description": "The 17-character Vehicle Identification Number (uppercase)." } ] }, "docs": "Returns the list of vehicle details that can be decoded for the supplied VIN. This informational lookup is free of charge. The control sum is computed from `{VIN}|vininfo|{apikey}|{secretkey}`." } ] } ], "bundled": true }