You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**name** | **str** | Human-readable name for this webhook | [optional]
11
+
**description** | **str** | Optional description of the webhook's purpose | [optional]
12
+
**events** | **List[str]** | Events that trigger this webhook | [optional]
13
+
**status** | **str** | Current status of the webhook | [optional]
14
+
**url** | **str** | URL that receives webhook POST requests | [optional]
15
+
**secret** | **str** | One-time webhook secret, returned only on creation. Sent as `Authorization: Bearer <secret>` with every delivery. | [optional]
16
+
**created_at** | **datetime** | | [optional]
17
+
**updated_at** | **datetime** | | [optional]
18
+
19
+
## Example
20
+
21
+
```python
22
+
from hostinger_api.models.mail_v1_webhooks_webhook_resource import MailV1WebhooksWebhookResource
23
+
24
+
#TODO update the JSON string below
25
+
json ="{}"
26
+
# create an instance of MailV1WebhooksWebhookResource from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments