Telesign · Schema

VerifyResponse

AuthenticationCommunicationsFraud PreventionPhone IntelligenceSMSVerification

Properties

Name Type Description
reference_id string Unique identifier for the verification transaction.
status object
View JSON Schema on GitHub

JSON Schema

telesign-verifyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyResponse",
  "title": "VerifyResponse",
  "type": "object",
  "properties": {
    "reference_id": {
      "type": "string",
      "description": "Unique identifier for the verification transaction."
    },
    "status": {
      "$ref": "#/components/schemas/VerificationStatus"
    }
  }
}