Get Webhook 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" }
    },
 }]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!