Bandwidth · JSON Structure

Mfa Mfa Verify Response Structure

MfaVerifyResponse schema from Bandwidth mfa API

Type: object Properties: 1
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

MfaVerifyResponse 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

valid

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-verify-response-structure.json",
  "name": "MfaVerifyResponse",
  "description": "MfaVerifyResponse schema from Bandwidth mfa API",
  "type": "object",
  "properties": {
    "valid": {
      "type": "boolean",
      "description": "Whether the MFA code is valid and has not expired"
    }
  }
}