get https://api.opentrack.co/v1/events
This endpoint allows you to playback all the webhook event messages sent to your account endpoint(s).
The response looks as follows:
{
total: 1
data: [{
"event": "container.status.updated"
"sentAt": "2025-05-27T07:42:32.950Z"
"data": {...},
"changes":
{
"status": { "previous": "DISCHARGED", "current": "AVAILABLE" }
},
}]
}