Bandwidth · Schema

MfaMessagingRequest

MfaMessagingRequest schema from Bandwidth mfa API

CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

Properties

Name Type Description
from string The Bandwidth phone number to send the SMS from, in E.164 format
to string The destination phone number to send the MFA code to, in E.164 format
applicationId string The ID of the Bandwidth messaging application to use for sending the SMS
scope string An optional field to denote what scope or action the MFA code is for. This is returned during verification.
message string The message template to send. Use {CODE} as a placeholder for the generated MFA code.
digits integer The number of digits in the generated MFA code (4-8)
expirationTimeInMinutes number The time in minutes before the MFA code expires (1-15, default 3 minutes)
View JSON Schema on GitHub