{ "opencollection": "1.0.0", "info": { "name": "FordConnect Charging Images API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://fordconnect.cv.ford.com/common/login", "accessTokenUrl": "https://dah2vb2cprod.b2clogin.com/914d88b1-3523-4bf6-9be4-1b96b4f6f919/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Get vehicle thumbnail image", "type": "http" }, "http": { "method": "GET", "url": "https://api.mps.ford.com/api/fordconnect/vehicles/v1/:vehicleId/images/thumbnail", "params": [ { "name": "vehicleId", "value": "", "type": "path" } ] }, "docs": "Get vehicle thumbnail image" }, { "info": { "name": "Get full vehicle image", "type": "http" }, "http": { "method": "GET", "url": "https://api.mps.ford.com/api/fordconnect/vehicles/v1/:vehicleId/images/full", "params": [ { "name": "vehicleId", "value": "", "type": "path" } ] }, "docs": "Get full vehicle image" } ] } ], "bundled": true }