Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1018 Bytes

WebhookLogEntry.md

File metadata and controls

20 lines (16 loc) · 1018 Bytes

WebhookLogEntry

Log of webhook API calls.

Properties

Name Type Description Notes
id str UUID reference of the webhook request.
integration_request_uuid str UUID reference of the integration request linked to this webhook request.
webhook_id int ID of the webhook that triggered the request.
application_id int ID of the application that triggered the webhook. [optional]
url str The target URL of the request.
request str Request message
response str Response message [optional]
status int HTTP status code of response. [optional]
request_time datetime Timestamp of request
response_time datetime Timestamp of response [optional]

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