{ "opencollection": "1.0.0", "info": { "name": "Clerk Backend Account Portal Backup Codes API", "version": "2025-11-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Backup Codes", "type": "folder" }, "items": [ { "info": { "name": "Create Backup Codes", "type": "http" }, "http": { "method": "POST", "url": "https://api.clerk.com/v1/v1/me/backup_codes" }, "docs": "Create two factor authentication backup codes for the current user.\nA two factor authentication method must be enabled for the environment. Otherwise the endpoint will return an error." } ] } ], "bundled": true }