Class WebhookTestResponse
Webhook test
[DataContract]
public class WebhookTestResponse : IdentifiedItem
- Inheritance
-
WebhookTestResponse
- Inherited Members
Properties
Status
Status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
The URL where the test webhook will be sent
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }