Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.23 KB

WebhookLog.md

File metadata and controls

20 lines (16 loc) · 1.23 KB

WebhookLog

Properties

Name Type Description Notes
delivery_dts str Date/time of delivery [optional]
duration int Number of milliseconds to process the notification [optional]
queue_delay int Number of milliseconds of delay caused by queuing [optional]
request str Request payload (first 100,000 characters) [optional]
request_headers list[HTTPHeader] Request headers sent to the server [optional]
request_id str Request id is a unique string that you can look up in the logs [optional]
response str Response payload (first 100,000 characters) [optional]
response_headers list[HTTPHeader] Response headers received from the server [optional]
status_code int HTTP status code received from the server [optional]
success bool True if the delivery was successful [optional]
uri str URI of the webhook delivered to [optional]

[Back to Model list] [Back to API list] [Back to README]