{ "opencollection": "1.0.0", "info": { "name": "High Mobility Vehicle Authentication API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.high-mobility.com/v1/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create OAuth 2.0 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.high-mobility.com/v1/access_token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "code", "value": "" }, { "name": "refresh_token", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Exchanges client credentials or an authorization code for an access token used to call the Vehicle Data and Fleet Management APIs." } ] } ], "bundled": true }