{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Allowlist & Blocklist Clients API", "version": "2026-05-12" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clients", "type": "folder" }, "items": [ { "info": { "name": "List all clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/clients" }, "docs": "List all clients" }, { "info": { "name": "Verify a client", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/clients/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify a client" }, { "info": { "name": "Retrieve a client", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/clients/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a client" } ] } ], "bundled": true }