Table of Contents

Class AdvancedNumberInsightAsynchronousRequest

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Represents a request to perform an asynchronous advanced Number Insight lookup. Results are delivered to the specified callback URL.

public class AdvancedNumberInsightAsynchronousRequest : AdvancedNumberInsightRequest
Inheritance
AdvancedNumberInsightAsynchronousRequest
Inherited Members

Properties

Callback

The webhook URL where the advanced insight results will be sent. Must be a publicly accessible HTTPS endpoint.

[JsonProperty("callback")]
public string Callback { get; set; }

Property Value

string