cURL
curl --request PATCH \ --url https://api.example.com/partner/instances/mfa \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'mfa_type=<string>' \ --data 'instance_id=<string>'
{}
This endpoint will convert a consulting instance to a standard instance under your partner account.
Required headers:
Authorization: access_token {token}
Represents a request to update the MFA settings for a partner.
The type of MFA to be set for the partner. Type switch: 0 = none, 1 = email, 2 = authenticator (TOTP)
ID of the instance being modified
OK