{ "opencollection": "1.0.0", "info": { "name": "Qargo TMS API / Accounting System API", "version": "1.2.0" }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Who Am I", "type": "http" }, "http": { "method": "GET", "url": "https://api.qargo.com/me", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Who Am I" } ] } ], "bundled": true }