Management APITwo factor auth
Enable 2FA
🔐 Login Required (User Permission)
curl -X POST "https://api.example.com/api/user/2fa/enable" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?
Last updated on
🔐 Login Required (User Permission)
curl -X POST "https://api.example.com/api/user/2fa/enable" \ -H "Content-Type: application/json" \ -d '{}'How is this guide?
Last updated on
curl -X POST "https://api.example.com/api/user/2fa/enable" \
-H "Content-Type: application/json" \
-d '{}'