Bandwidth · JSON Structure

Mfa Mfa Voice Response Structure

MfaVoiceResponse schema from Bandwidth mfa API

Type: object Properties: 1
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

MfaVoiceResponse 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

callId

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-voice-response-structure.json",
  "name": "MfaVoiceResponse",
  "description": "MfaVoiceResponse schema from Bandwidth mfa API",
  "type": "object",
  "properties": {
    "callId": {
      "type": "string",
      "description": "The unique identifier for the voice call made with the MFA code"
    }
  }
}