{ "opencollection": "1.0.0", "info": { "name": "Backstage Auth Actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Actions", "type": "folder" }, "items": [ { "info": { "name": "Backstage List available actions", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:7007/api/auth/v2/actions", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists all available scaffolder actions that can be used in templates. Each action includes its ID, description, and input/output schemas." } ] } ], "bundled": true }