{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Allowlist & Blocklist Email & SMS API", "version": "2026-05-12" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email & SMS", "type": "folder" }, "items": [ { "info": { "name": "Create an email address", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/email_addresses", "body": { "type": "json", "data": "{}" } }, "docs": "Create an email address" }, { "info": { "name": "Retrieve an email address", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/email_addresses/:email_address_id", "params": [ { "name": "email_address_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an email address" }, { "info": { "name": "Delete an email address", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clerk.com/v1/email_addresses/:email_address_id", "params": [ { "name": "email_address_id", "value": "", "type": "path" } ] }, "docs": "Delete an email address" }, { "info": { "name": "Create a phone number", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/phone_numbers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a phone number" }, { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/templates/:template_type", "params": [ { "name": "template_type", "value": "", "type": "path", "description": "Either \"email\" or \"sms\"." } ] }, "docs": "List templates" }, { "info": { "name": "Retrieve a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.clerk.com/v1/templates/:template_type/:slug", "params": [ { "name": "template_type", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Retrieve a template" }, { "info": { "name": "Update a template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.clerk.com/v1/templates/:template_type/:slug", "params": [ { "name": "template_type", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a template" } ] } ], "bundled": true }