Verify 2FA opt-in
documentedVerify 2FA opt-in with the provided OTP.
POST /User/verify-2fa-opt-inUserno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.saasu.com/v1/User/verify-2fa-opt-in?FileId={{$file_id}}&wsAccessKey={{$ws_access_key}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"ProviderUserId": {{$provider_user_id}}, "Otp": "{{$otp}}"}'