Table of Contents

Class VerifySearchRequest

Namespace
Vonage.Verify
Assembly
Vonage.dll

Represents a request to retrieve the status and details of an existing verification request.

public class VerifySearchRequest
Inheritance
VerifySearchRequest
Inherited Members

Properties

RequestId

The unique identifier of the verification request to look up. This is the RequestId received from VerifyRequestAsync(VerifyRequest, Credentials).

[JsonProperty("request_id")]
public string RequestId { get; set; }

Property Value

string