{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Webhooks API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create a Svix App", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/webhooks/svix" }, "docs": "Create a Svix app and associate it with the current instance" }, { "info": { "name": "Delete a Svix App", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clerk.com/v1/webhooks/svix" }, "docs": "Delete a Svix app and disassociate it from the current instance" }, { "info": { "name": "Create a Svix Dashboard URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/webhooks/svix_url" }, "docs": "Generate a new URL for accessing the Svix's management dashboard for that particular instance" } ] } ], "bundled": true }