What is the response handling on the Meraki side when it has sent a Webhook under the following conditions:
- 5xx
- 404
- 401
- 403
- Other 4xx
- 2xx
The reason I ask is under what conditions will Meraki attempt to resend Webhooks.
I would hope it would let the user know in some way if the url appeared to be correct but the endpoint was returning a 401 implying that the shared secret was incorrect.
I can see for the response codes above that Meraki might retry or not.
I assume a 5xx would be retried a few times, maybe with a back-off?
I couldn't find anything in the documentation as to how to respond to a webhook on a custom server.