{ "opencollection": "1.0.0", "info": { "name": "Shell B2B Mobility Accounts Sites 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": "Sites", "type": "folder" }, "items": [ { "info": { "name": "List Sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/sites", "params": [ { "name": "latitude", "value": "", "type": "query", "description": "Latitude coordinate for location-based search" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude coordinate for location-based search" }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in kilometers" }, { "name": "countryCode", "value": "", "type": "query", "description": "ISO 2-letter country code" }, { "name": "fuelType", "value": "", "type": "query", "description": "Filter by fuel type" }, { "name": "evCharging", "value": "", "type": "query", "description": "Filter for EV charging available sites" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns a list of Shell fuel and EV charging sites matching the specified criteria." }, { "info": { "name": "Get Site", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific Shell site." } ] } ], "bundled": true }