0

What is a v1 in whatsapp business api. for instance, {{URL}}/v1/groups. And the URL, should it be "chat.whatsapp.com"?

I am trying to play with Whatsapp business api like sending messages through api to different whatsapp id's. As a newbie, I want to know what really is v1 in the api. Unfortunately, whatsapp documentation doesn't have much information right now.

Farrukh Ahmed Khan
  • 301
  • 1
  • 3
  • 19
  • Giving your API a version number is just good practice for forward compatibility. There is no suggestion that there are other versions, planned or available, just an easy way to make the transition reasonably painless if and when the need arises. – tripleee May 14 '19 at 07:34
  • Also, the URL should be the endpoint of your web container. If you're running on your localhost, the web container normally runs at 9090 port so your URL should be ```https://localhost:9090/v1/...``` https://developers.facebook.com/docs/whatsapp/installation/dev-single-instance – Navjot Singh May 26 '19 at 07:16

0 Answers0