{ "opencollection": "1.0.0", "info": { "name": "CNH FieldOps Equipment Tokens API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://develop.cnh.com/oauth/authorize", "accessTokenUrl": "https://develop.cnh.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "Exchange refresh token for access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.fieldops.cnh.com/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange a refresh token for a short-lived access token." } ] } ], "bundled": true }