{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Beta Features API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Beta Features", "type": "folder" }, "items": [ { "info": { "name": "Update Instance Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clerk.com/v1/beta_features/instance_settings", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the settings of an instance" }, { "info": { "name": "Update Production Instance Domain", "type": "http" }, "http": { "method": "PUT", "url": "https://api.clerk.com/v1/beta_features/domain", "body": { "type": "json", "data": "{}" } }, "docs": "Change the domain of a production instance.\n\nChanging the domain requires updating the [DNS records](https://clerk.com/docs/deployments/overview#dns-records) accordingly, deploying new [SSL certificates](https://clerk.com/docs/deployments/overview#deploy-certificates), updating your Social Connection's redirect URLs and setting the new keys in your code.\n\nWARNING: Changing your domain will invalidate all current user sessions (i.e. users will be logged out). Also, while your application is being" }, { "info": { "name": "Update Production Instance Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/instance/change_domain", "body": { "type": "json", "data": "{}" } }, "docs": "Change the domain of a production instance.\n\nChanging the domain requires updating the [DNS records](https://clerk.com/docs/deployments/overview#dns-records) accordingly, deploying new [SSL certificates](https://clerk.com/docs/deployments/overview#deploy-certificates), updating your Social Connection's redirect URLs and setting the new keys in your code.\n\nWARNING: Changing your domain will invalidate all current user sessions (i.e. users will be logged out). Also, while your application is being" } ] } ], "bundled": true }