{ "opencollection": "1.0.0", "info": { "name": "Otonomo Fleet EU US API", "version": "1.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.otonomo.io/v1/oauth/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "US", "type": "folder" }, "items": [ { "info": { "name": "Driver Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.otonomo.io/v1/oauth/token", "headers": [ { "name": "content-type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This token is used to access driver-specific data." }, { "info": { "name": "General Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.otonomo.io/oauth/token/", "headers": [ { "name": "content-type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This token is used to access information pertaining to the entire account" } ] } ], "bundled": true }