Whatsapp Business Api calls for testing the enivronment
I am setting up whatsapp business api developer setup following this link https://developers.facebook.com/docs/whatsapp/installation/dev-single-instance I have done everything as mentioned. Using the latest version of Whatsapp api i.e. v2.23.4
The docker containers are also running and I can see the login page of whatsapp business at https://localhost:9090
but the moment I try to check the health mentioned in the above link i.e https//localhost:9090/v1/health
it gives me an error stating URL NOT FOUND like below {"meta":{"version":"v2.23.4","api_status":"stable"},"errors":[{"code":1006,"title":"Resource not found","details":"URL path not found"}]}
What am I doing wrong here? I also have tried this with https://localhost:9090/v2/health
but still same error.