Bandwidth · JSON Structure

Mfa Mfa Messaging Response Structure

MfaMessagingResponse schema from Bandwidth mfa API

Type: object Properties: 1
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

MfaMessagingResponse is a JSON Structure definition published by Bandwidth, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

messageId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/mfa-mfa-messaging-response-structure.json",
  "name": "MfaMessagingResponse",
  "description": "MfaMessagingResponse schema from Bandwidth mfa API",
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "The unique identifier for the SMS message sent with the MFA code"
    }
  }
}