OAuth Scope
This endpoint enables you to fetch a list of events that have been created by the system.
You can use query parameters to filter the results by the created_at time using created_at.lt, created_at.gt, etc. and you can
limit the number of events returned.
Using created_at and limit together will allow you to paginate through all events owned by you.
Events returned will always be order in created_at ascending order.