{ "opencollection": "1.0.0", "info": { "name": "Abacus Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.abacus.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Abacus Get OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.abacus.com/oauth/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Obtain an OAuth 2.0 access token using client credentials for API access." } ] } ], "bundled": true }