Skip to main content
GET
/
events
/
{id}
Get a Single Event
curl --request GET \
  --url https://api.example.com/events/{id}
{
  "success": true,
  "data": {
    "id": "<string>",
    "entity": "event",
    "organization_id": "<string>",
    "name": "<string>",
    "scope": "<string>",
    "source": "<string>",
    "payload": {},
    "version": 1,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

id
string
required

The event ID

Response

The requested event

success
boolean
data
object