{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Miscellaneous API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Miscellaneous", "type": "folder" }, "items": [ { "info": { "name": "Returns the Markup for the Interstitial Page", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/public/interstitial", "params": [ { "name": "frontendApi", "value": "", "type": "query", "description": "Please use `frontend_api` instead" }, { "name": "frontend_api", "value": "", "type": "query", "description": "The Frontend API key of your instance" }, { "name": "publishable_key", "value": "", "type": "query", "description": "The publishable key of your instance" }, { "name": "proxy_url", "value": "", "type": "query", "description": "The proxy URL of your instance" }, { "name": "domain", "value": "", "type": "query", "description": "The domain of your instance" }, { "name": "sign_in_url", "value": "", "type": "query", "description": "The sign in URL of your instance" }, { "name": "use_domain_for_script", "value": "", "type": "query", "description": "Whether to use the domain for the script URL" } ] }, "docs": "The Clerk interstitial endpoint serves an html page that loads clerk.js in order to check the user's authentication state.\nIt is used by Clerk SDKs when the user's authentication state cannot be immediately determined." } ] } ], "bundled": true }