{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Proxy Health API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Proxy Health", "type": "folder" }, "items": [ { "info": { "name": "Get Proxy Health", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/v1/proxy-health", "headers": [ { "name": "Clerk-Proxy-Url", "value": "" }, { "name": "Clerk-Secret-Key", "value": "" }, { "name": "X-Forwarded-For", "value": "" } ], "params": [ { "name": "domain_id", "value": "", "type": "query", "description": "The ID of the domain" } ] }, "docs": "Use this endpoint to check the validity of a proxy configuration for a domain.\nPass the instance ID and domain ID as query parameters." } ] } ], "bundled": true }