{ "opencollection": "1.0.0", "info": { "name": "VTS Lease Account Admin Auth2.0 Access Token API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Auth2.0 Access Token", "type": "folder" }, "items": [ { "info": { "name": "Get access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.vts.com/oauth/v1/token", "body": { "type": "json", "data": "{}" } }, "docs": "Get access token" } ] } ], "bundled": true }