{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal OAuth Access Tokens API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OAuth Access Tokens", "type": "folder" }, "items": [ { "info": { "name": "Verify an OAuth Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/oauth_applications/access_tokens/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify an OAuth Access Token" } ] } ], "bundled": true }