{ "opencollection": "1.0.0", "info": { "name": "Nifty PM Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Generate an access token", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.niftypm.com/api/v1.0/token" }, "docs": "Generate an access token" } ] } ], "bundled": true }