Random idea I need to put down somewhere: any #API that supports #webhooks should also have an `events` endpoint that can be polled, and an optional param for that endpoint should be "from last successful webhook”
If a client goes down and can't receive webhooks, we should make it easy for the client to "play back" what they missed and keep going.
(As an aside, know any APIs that do this? boosts appreciated)