{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal API Keys API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Get API Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/api_keys", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "subject", "value": "", "type": "query" }, { "name": "include_invalid", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Get API Keys" }, { "info": { "name": "Create an API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/api_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create an API Key" }, { "info": { "name": "Get an API Key by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/api_keys/:apiKeyID", "params": [ { "name": "apiKeyID", "value": "", "type": "path" } ] }, "docs": "Get an API Key by ID" }, { "info": { "name": "Update an API Key", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clerk.com/v1/api_keys/:apiKeyID", "params": [ { "name": "apiKeyID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an API Key" }, { "info": { "name": "Delete an API Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clerk.com/v1/api_keys/:apiKeyID", "params": [ { "name": "apiKeyID", "value": "", "type": "path" } ] }, "docs": "Delete an API Key" }, { "info": { "name": "Get an API Key Secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/api_keys/:apiKeyID/secret", "params": [ { "name": "apiKeyID", "value": "", "type": "path" } ] }, "docs": "Get an API Key Secret" }, { "info": { "name": "Revoke an API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/api_keys/:apiKeyID/revoke", "params": [ { "name": "apiKeyID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revoke an API Key" }, { "info": { "name": "Verify an API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/api_keys/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify an API Key" } ] } ], "bundled": true }