{ "opencollection": "1.0.0", "info": { "name": "Shell B2B Mobility Accounts Products API", "version": "2.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.shell.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/products", "params": [ { "name": "category", "value": "", "type": "query", "description": "Filter by product category (engine oil, gear oil, hydraulic, etc.)" }, { "name": "application", "value": "", "type": "query", "description": "Filter by application type" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns the Shell lubricants product catalogue." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific lubricants product." } ] } ], "bundled": true }