{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Allowlist & Blocklist Organizations API", "version": "2026-05-12" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List all organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/organizations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return (1-500, default 10)." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." } ] }, "docs": "List all organizations" }, { "info": { "name": "Create an organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization" }, { "info": { "name": "Retrieve an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Retrieve an organization" }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clerk.com/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an organization" }, { "info": { "name": "Delete an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clerk.com/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Delete an organization" }, { "info": { "name": "Merge and update organization metadata", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clerk.com/v1/organizations/:organization_id/metadata", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Merge and update organization metadata" } ] } ], "bundled": true }