GET
/
api
/
v1
/
events
/
{id}
{
  "$uri": "/api/v1/events/a1b2c3d4e5f67890",
  "payload": {},
  "status": "success"
}

Get a single event by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

The response is of type object.