{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Portal", "type": "folder" }, "items": [ { "info": { "name": "Get Account Portal", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/v1/account_portal" }, "docs": "Get users account portal" } ] } ], "bundled": true }