{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Organization Creation Defaults API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Creation Defaults", "type": "folder" }, "items": [ { "info": { "name": "Get Organization Creation Defaults", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/v1/me/organization_creation_defaults" }, "docs": "Get suggested organization name and other defaults for creating a new organization.\nReturns suggestions based on the user's email domain or configured naming templates.\n" } ] } ], "bundled": true }