ValidateWebhookUrlResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_valid | Boolean | Whether the URL is valid and reachable. | [default to null] |
| status_code | Integer | HTTP status code returned by the URL. | [optional] [default to null] |
| response_time_ms | Integer | Response time in milliseconds. | [optional] [default to null] |
| error | String | Error message if validation failed. | [optional] [default to null] |