client.Events
Available Methods
| Method | HTTP Equivalent | Description |
|---|---|---|
ListEvents | GET /notification/events | List events with optional filters |
GetEvent | GET /notification/events/{id} | Get an event by ID |
ListEvents
GetEvent
Fetch a single event by ID. This is used internally byclient.Webhooks.ParseEvent() but is also available for direct use.
For the full REST API documentation, see the Events API Reference.