POST /auth/mfa/setup-totp
Setup TOTP Device
Setup TOTP Device
/auth/mfa/setup-totpResponses
200
Try it
curl -X POST 'https://api.example.com/auth/mfa/setup-totp' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'