{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Waitlist API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Waitlist", "type": "folder" }, "items": [ { "info": { "name": "Join Waitlist", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/v1/waitlist", "body": { "type": "form-urlencoded", "data": [ { "name": "email_address", "value": "" } ] } }, "docs": "Adds an email address to the waitlist. If the email is already on the waitlist, the request will still succeed,\nreturning the ID of the existing waitlist entry." } ] } ], "bundled": true }