GoDoxy

Get events history

GET
/events

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/events"
[
  {
    "action": "string",
    "category": "string",
    "data": null,
    "level": "debug",
    "timestamp": "string",
    "uuid": "string"
  }
]