| id |
integer |
The unique identifier of the webhook event delivery. |
| url |
string |
The URL the event was delivered to. |
| trigger |
string |
The event type that triggered the webhook delivery. |
| request_headers |
object |
HTTP headers sent with the webhook request. |
| request_data |
string |
The JSON payload body sent in the webhook request. |
| response_headers |
object |
HTTP headers returned in the webhook response. |
| response_body |
string |
The body of the response from the webhook receiver. |
| response_status |
string |
The HTTP response status code returned by the receiver. |
| execution_duration |
number |
Time in milliseconds the webhook delivery took. |
| created_at |
string |
The date and time the event was delivered. |