Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.42 KB

File metadata and controls

23 lines (18 loc) · 1.42 KB

WebhookEventDetailsResponse

Properties

Name Type Description Notes
uuid str, none_type Unique webhook subscription event identifier [optional]
name str Webhook subscription name [optional]
type WebhookEventTriggerEnum [optional]
http_status_code int, none_type Webhook subscription event response http status code [optional]
error WebhookEventErrorEnum [optional]
delivery_time datetime Webhook subscription event delivery time [optional]
url str Webhook subscription event destination url [optional]
signature str Webhook subscription event digital signature [optional]
request_body str Webhook subscription event request body [optional]
response_body str, none_type Webhook subscription response body [optional]
response_headers str, none_type Webhook subscription response headers [optional]
event_time datetime Webhook subscription event trigger time [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to API list] [Back to README]