Hello Marcelo,
Hope you are safe and doing good.
Based on your query we understand that you are generating a hook URL and registering it with a product. And upon registration the product asks for authentication information (username & password).
To clarify,
- The hook URL doesn’t require any additional authentication information since the URL contains the key as a path parameter to authenticate.
- Only HTTP
POST
method is allowed to the generated URL.
- Sending a request to the URL without the key in the path param will yield
401
because of which the product / third party service might ask for username
& password
So, we would like to understand what type of request was made from the product or if there are any prerequisites from the product to register a webhook.
Thanks,
Raghuram.