Skip to main content
WEBHOOK
mfa.enabled
{
  "type": "mfa.enabled",
  "user_id": "did:privy:cfbsvtqo2c22202mo08847jdux2z",
  "method": "totp"
}

Body

application/json

Payload for the mfa.enabled webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
mfa.enabled
user_id
string
required

The ID of the user who enabled MFA.

method
enum<string>
required

The MFA method that was enabled.

Available options:
sms,
totp,
passkey

Response

200

Return a 200 status to indicate that the webhook was received successfully.