{ "opencollection": "1.0.0", "info": { "name": "Authorization Administration Logs Bearer Authorization API", "version": "v2.1.1" }, "items": [ { "info": { "name": "Bearer Authorization", "type": "folder" }, "items": [ { "info": { "name": "Obtain Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.1nce.com/management-api/oauth/token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Obtain a token for accessing other 1NCE API resources by using a POST request with a valid username and password combination for a 1NCE user account that has the permission to use the API." } ] } ], "bundled": true }