{ "opencollection": "1.0.0", "info": { "name": "Shell B2B Mobility Accounts Catalogue 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": "Catalogue", "type": "folder" }, "items": [ { "info": { "name": "List Loyalty Catalogue", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/catalogue", "params": [ { "name": "category", "value": "", "type": "query", "description": "Filter by reward category" }, { "name": "countryCode", "value": "", "type": "query", "description": "Filter by availability country" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns the Shell loyalty rewards catalogue." }, { "info": { "name": "Get Catalogue Item", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/catalogue/:rewardId", "params": [ { "name": "rewardId", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific loyalty reward." } ] } ], "bundled": true }