cURL
curl --request POST \ --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/auth/v1beta1/confirm_mfa \ --header 'Content-Type: application/json' \ --data ' { "otp": "<string>", "password": "<string>", "username": "<string>" } '
{}
Confirms the setup of MFA by providing a time-based one-time password generated using the enrollment URL obtained from EnrollMFA.
A successful response.
The response is of type object.
object