Vonage · Schema

VerifyCheckResponse

CommunicationMessagingTelecommunicationsVideo ConferencingVoiceSMSVerification

Properties

Name Type Description
request_id string
event_id string
status string The status of the verification request (0 = success).
price string
currency string
View JSON Schema on GitHub

JSON Schema

vonage-verifycheckresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyCheckResponse",
  "title": "VerifyCheckResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "event_id": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "description": "The status of the verification request (0 = success)."
    },
    "price": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    }
  }
}