Hi,
I would like to use webhooks but when I call my endpoints I get this error:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Unauthorized</title>
</head><body>
<h1>Unauthorized</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
Thanks for all of your help, the problem was on my side, I forgot that I set http authentication on the site because it is not public.
I apologize for wasting your time.