fixed
Incorrect Format - Event Webhook Timestamps
12 days ago by Darrell Malone
A previous error in which the Webhook Event Subscription was returning Timestamps in Unix format rather than ISO 8601 has been corrected. Timestamps from all sources should now be returned and accepted in ISO 8601 format only.
{
"webhookId": "51bc2343-ee41-452b-baf7-e39f471e06dc",
"signature": "HDzVPNLX2/YA2jw5PudlUTh93PTbpGh98nUPEzeGFjA=",
"data": {
"id": "00001106-8a9d3244-8775488f-a269-458e-8f3d-2efbbd9e532c",
"update": false,
"startTimestamp": "2025-08-05T15:19:19.764Z",
"endTimestamp": "2025-08-05T15:19:19.764Z",
"span": false,
"accountId": "00001106",
"actorId": "100d5a03",
"actorType": "camera",
"actorAccountId": "00001106",
"creatorId": "een.analytics.v1",
"type": "een.personDetectionEvent.v1",
...