{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Environment API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environment", "type": "folder" }, "items": [ { "info": { "name": "Get Environment", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/v1/environment" }, "docs": "Get the current environment. The environment contains information about the settings and features enabled for the current instance." }, { "info": { "name": "Update Environment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clerk.com/v1/v1/environment", "headers": [ { "name": "Origin", "value": "" } ] }, "docs": "Update environment using request origin" } ] } ], "bundled": true }