{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Allowlist & Blocklist Organization Invitations API", "version": "2026-05-12" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Invitations", "type": "folder" }, "items": [ { "info": { "name": "List organization invitations", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/organizations/:organization_id/invitations", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "List organization invitations" }, { "info": { "name": "Create an organization invitation", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/organizations/:organization_id/invitations", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization invitation" }, { "info": { "name": "Bulk create organization invitations", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/organizations/:organization_id/invitations/bulk", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk create organization invitations" }, { "info": { "name": "Revoke a pending organization invitation", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/organizations/:organization_id/invitations/:invitation_id/revoke", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "invitation_id", "value": "", "type": "path" } ] }, "docs": "Revoke a pending organization invitation" } ] } ], "bundled": true }