{ "opencollection": "1.0.0", "info": { "name": "Antavo Authentication API", "version": "1.0.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authentication API", "type": "folder" }, "items": [ { "info": { "name": "Generate access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.staging.antavo.com/v1/auth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "scope", "value": "" } ] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Generate access token" } ] } ], "bundled": true }