Vonage · Schema

VerifyResponse

CommunicationMessagingTelecommunicationsVideo ConferencingVoiceSMSVerification

Properties

Name Type Description
request_id string Unique identifier for the verification request.
status string Status code (0 = success).
error_text string
View JSON Schema on GitHub

JSON Schema

vonage-verifyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyResponse",
  "title": "VerifyResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "Unique identifier for the verification request."
    },
    "status": {
      "type": "string",
      "description": "Status code (0 = success)."
    },
    "error_text": {
      "type": "string"
    }
  }
}