{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Well Known API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Well Known", "type": "folder" }, "items": [ { "info": { "name": "Get Android Asset Links", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/.well-known/assetlinks.json" }, "docs": "Get Android asset links for universal/deep linking" }, { "info": { "name": "JWKS", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/.well-known/jwks.json" }, "docs": "Retrieve the JSON Web Key Set of the instance" }, { "info": { "name": "Apple App Site Association", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/.well-known/apple-app-site-association" }, "docs": "Retrieve the Apple App Site Association file of the instance" }, { "info": { "name": "Basic OpenID Configuration Payload", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/.well-known/openid-configuration" }, "docs": "Get a basic OpenID configuration payload" }, { "info": { "name": "OAuth 2.0 Authorization Server Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/.well-known/oauth-authorization-server" }, "docs": "Get the OAuth 2.0 Authorization Server Metadata according to RFC 8414" } ] } ], "bundled": true }