{ "opencollection": "1.0.0", "info": { "name": "Shell B2B Mobility Accounts Limits 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": "Limits", "type": "folder" }, "items": [ { "info": { "name": "Update Card Limits", "type": "http" }, "http": { "method": "POST", "url": "https://api.shell.com/mobility/v2/limits", "body": { "type": "json", "data": "{}" } }, "docs": "Updates spending limits and restrictions for fuel cards." } ] } ], "bundled": true }