{ "opencollection": "1.0.0", "info": { "name": "Shell B2B Mobility Accounts 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": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Enroll Loyalty Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.shell.com/mobility/v2/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Shell loyalty account for a customer." }, { "info": { "name": "Get Loyalty Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific loyalty account." }, { "info": { "name": "Update Loyalty Account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.shell.com/mobility/v2/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates details for a specific loyalty account." }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/accounts/:accountNumber", "params": [ { "name": "accountNumber", "value": "", "type": "path" } ] }, "docs": "Returns details for a lubricants customer account." } ] } ], "bundled": true }