{ "opencollection": "1.0.0", "info": { "name": "Basiq Accounts Authentication API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create Token", "type": "http" }, "http": { "method": "POST", "url": "https://au-api.basiq.io/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Exchange API key for a server token or user token for API access." } ] } ], "bundled": true }