{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "admin-portal", "type": "folder" }, "items": [ { "info": { "name": "Generate a Portal Link", "type": "http" }, "http": { "method": "POST", "url": "https://api.workos.com/portal/generate_link", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a Portal Link scoped to an Organization." } ] } ], "bundled": true }