{ "opencollection": "1.0.0", "info": { "name": "High Mobility Vehicle Authentication Vehicle Eligibility API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.high-mobility.com/v1/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Vehicle Eligibility", "type": "folder" }, "items": [ { "info": { "name": "Get vehicle eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.high-mobility.com/v1/eligibility/:vin", "params": [ { "name": "vin", "value": "", "type": "path" } ] }, "docs": "Returns brand and capability eligibility metadata for the requested vehicle, including supported data points and required clearance flow." } ] } ], "bundled": true }