Retrieve missing event notifications using the API.
If you missed or did not process event notifications using the callback, you can retrieve the missing events using an API call.
Last updated
If you missed or did not process event notifications using the callback, you can retrieve the missing events using an API call.
Last updated
You can retrieve the events using the endpoint below:
Parameters you can use for paging:
limit
Maximum number of records to return.
page
Page number, to be used with limit.
from
Timestamp from which you want to receive events.
until
Timestamp to which you want to receive events.
These parameters can be used on its own or in combination with others. The output is a list of events similar to the events you receive using the callback.