Sorry, we don't support your browser.  Install a modern browser

An API endpoint to list events (like in the webhooks-settings UI)

An app’s third-party state (lemon squeezy is a third party to our apps) get usualy updated by the events the app receives on its webhook.
It can happen that the app misses some events (server bug, error 500, DB container down, AI took over the world, etc.), thus its state becoming out of sync for some time.
The app should then (once recovered) ask for what it missed since its last event received in order to be back in sync with the third party state.

Therefore, it would be great please, to have an endpoint to list the past events, where we can paginate them & filter them by:

  • time range
  • types
  • webhook’s id
    and probably more fields or criteria I don’t think of for now.
a year ago