Bandwidth · JSON Structure

Toll Free Verification Verification List Response Structure

VerificationListResponse schema from Bandwidth toll-free-verification API

Type: object Properties: 2
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

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

Properties

totalCount verifications

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/toll-free-verification-verification-list-response-structure.json",
  "name": "VerificationListResponse",
  "description": "VerificationListResponse schema from Bandwidth toll-free-verification API",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "int32",
      "description": "Total number of verification requests"
    },
    "verifications": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Verification"
      }
    }
  }
}