Hello everyone, i’m trying to create an api notification endpoint to associate it to a webhook in my oauth app. i’ve added all the requiremensts as per the documentation but there is no way i can get the endpoint validaed. Using webhooks
i followed all the instructions and i even tried what is mentioned in this post but it didn’t work for me. Issues with (CRC) for webhook API validation
I am using the example payload to test my endpoint using postman and everything works fine. i also validated the output using online tools and i was able to confirm that the output is correct. is there any place where i can see what is the specific error why my endpoint is not being validated so i can troubleshoot?
Any help would be highly appreciated.