Configuration webhooks

I’m trying to register a public application
But I’m getting the following error:

https://upglogistics.com/webhooks/customers/data_request
https://upglogistics.com/webhooks/shop/redact
https://upglogistics.com/webhooks/customers/data_request

I have the following registered endpoints:

And they all return 200, what else do I need to pass the validation?

Hi @Monica_Patricia_Cach

Not only do you need to handle 200, but you also need to handle 4xx. You can return 401 when hmac verification fails, and that’s it.

Official Guide: