Skip to main content
WEBHOOK

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,
email

Response

200

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