{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal JWKS API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "JWKS", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the JSON Web Key Set of the Instance", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/jwks" }, "docs": "Retrieve the JSON Web Key Set of the instance" } ] } ], "bundled": true }