{ "opencollection": "1.0.0", "info": { "name": "Pirsch Access Links Authentication API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pirsch.io/api/v1/token", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate with client credentials to obtain a Bearer access token" } ] } ], "bundled": true }