{ "opencollection": "1.0.0", "info": { "name": "Orkes Conductor REST Authentication API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Generate access token", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/api/token", "body": { "type": "json", "data": "{}" } }, "docs": "Generates an access token for API authentication." } ] } ], "bundled": true }