Field | Type | Required | Description | Example |
---|---|---|---|---|
ID |
string | ✔️ | N/A | de7818e7-610a-4057-8f6f-b785dc1e6f88 |
WebhookID |
string | ✔️ | ID of the webhook this request was made for | de7818e7-610a-4057-8f6f-b785dc1e6f88 |
Event |
*string | ➖ | The event type that triggered the webhook request | stream.started |
CreatedAt |
*float64 | ➖ | Timestamp (in milliseconds) at which webhook request object was created |
1587667174725 |
Duration |
*float64 | ➖ | The time taken (in seconds) to make the webhook request | 0.5 |
Success |
*bool | ➖ | Whether the webhook request was successful | true |
Request |
*components.Request | ➖ | N/A | |
Response |
*components.Response | ➖ | N/A |