| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | Unique identifier | |
| created_at | String | Timestamp when the webhook event was created | |
| kind | models::OrganizationWebhookKindEnum | ||
| matched_event | models::OrganizationWebhookEventEnum | ||
| target_url_used | String | The webhook target URL that was invoked | |
| request | std::collections::HashMap<String, serde_json::Value> | The request payload sent to the webhook | |
| target_response_status_code | i32 | HTTP status code returned by the webhook target | |
| target_response_body | Option<String> | Response body from the webhook target | [optional] |