{ "opencollection": "1.0.0", "info": { "name": "Ansible Automation Controller Auth API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "List OAuth2 tokens", "type": "http" }, "http": { "method": "GET", "url": "https://{controller_host}/api/v2/tokens/" }, "docs": "List OAuth2 tokens" }, { "info": { "name": "Create an OAuth2 personal access token", "type": "http" }, "http": { "method": "POST", "url": "https://{controller_host}/api/v2/tokens/", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OAuth2 personal access token" } ] } ], "bundled": true }