Skip to content

Webhook URL validation is changing

14 Aug 2026 • API

Upcoming Change

On 24th August 2026 we’re removing the reachability check that runs when you create a webhook or update its URL.

Previously, we sent a GET request to the URL and required a successful response before the webhook could be saved. This prevented valid webhook endpoints that accept only POST requests from being registered.

What this means

You’ll now be able to register webhook URLs that don’t respond to GET requests. We’ll continue to validate that the URL is correctly formatted, but we won’t test whether the endpoint is reachable before saving it.

Webhook delivery will continue to use POST requests as usual.

Why we're making this change

The existing check was blocking valid webhook configurations. Removing it makes webhook setup more flexible while leaving delivery behaviour unchanged.

We may introduce a more suitable validation check in the future.

Need help?

If you have any questions, please contact support.