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 | Long | ID of the webhook that triggered the request. | |
| applicationId | Long | 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 | Long | HTTP status code of response. | [optional] |
| requestTime | OffsetDateTime | Timestamp of request | |
| responseTime | OffsetDateTime | Timestamp of response | [optional] |