I have received 20+ webhook calls for the same webhook event, but none for any other - what does this mean?

I have received 20+ webhook calls for the same webhook event, but none for any other - what does this mean?

A queue is maintained for each account, event on top is reattempted till a 200 response is received. If your endpoint is not returning a 200 http response you might observe multiple attempts on the same object, till webhooks are disabled or a 200 response is received.