GOGETMUSCLE Community Webhook retry behaviour on 4xx responses

Webhook retry behaviour on 4xx responses

I have a webhook which returns a variety of 4xx responses for various failures – for example a 404 if the webhook doesn’t match a rule in the handler (ie the desired action doesn’t exist on my server).

This is on the assumption that 4xx codes do not elicit a retry, but I am getting conflicting information:

The developer documentation here suggests that all 4xx response codes will elicit a retry, whereas this previous community forum post suggests that only a 429 would elicit a retry.

Can anyone confirm which case is true please?

Leave a Reply

Your email address will not be published.

Related Post