Log of webhook API calls.
Name | Type | Description | Notes |
---|---|---|---|
Id | string | UUID reference of the webhook request. | |
IntegrationRequestUuid | string | UUID reference of the integration request linked to this webhook request. | |
WebhookId | int | ID of the webhook that triggered the request. | |
ApplicationId | int | ID of the application that triggered the webhook. | [optional] |
Url | string | The target URL of the request. | |
Request | string | Request message | |
Response | string | Response message | [optional] |
Status | int | HTTP status code of response. | [optional] |
RequestTime | DateTime | Timestamp of request | |
ResponseTime | DateTime | Timestamp of response | [optional] |