Table of Contents

Class VerifyRequest

Namespace
Vonage.Verify
Assembly
Vonage.dll

Represents a request to send a verification PIN code to a phone number via SMS or voice call.

public class VerifyRequest : VerifyRequestBase
Inheritance
VerifyRequest
Inherited Members

Properties

Brand

Your company or application name displayed in the verification message. Limited to 18 alphanumeric characters. For example: "Your Acme Inc PIN is ...".

[JsonProperty("brand")]
public string Brand { get; set; }

Property Value

string

SenderId

The alphanumeric sender ID for the SMS message. Limited to 11 characters. Country-specific restrictions may apply.

[JsonProperty("sender_id")]
public string SenderId { get; set; }

Property Value

string

WorkflowId

The delivery workflow that defines the sequence of SMS and voice calls used to deliver the verification code. Defaults to SMS_TTS_TTS if not specified.

[JsonProperty("workflow_id")]
public VerifyRequest.Workflow? WorkflowId { get; set; }

Property Value

VerifyRequest.Workflow?