Mobile number verification issue for Whatsapp cloud API
1

Hi,

For my mobile number verification for Whatsapp cloud API, i used postman with these details

https://graph.facebook.com/v1/account

Body>raw { "cc": "91", "phone_number": "80503XXXXX", "method": "sms", "cert": "CmMKHwiWoXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXYttN1OU6tPFAa9LP8kfmDWPbR3XpfngI=" }

But I get response as below

{ "error": { "message": "Unknown path components: /account", "type": "OAuthException", "code": 2500, "fbtrace_id": "AeORLyndjqbijvrXUAdAzD3" } }

Vishwa
تم طرح السؤال الثلاثاء الماضي
Vishwa

i should have received SMS, but received this error. anyone any idea, pl let me know

‏١٥ أكتوبر‏‏٥:٥٠ ص‏111
Abdelkrim

I have the same issue as you @vishwa

‏١٧ أكتوبر‏‏١٠:٢٠ ص‏111
الإجابة المحددة
1

I have the same problem, it seems that something has changed when verifying a number, as I have never needed to do this on WhatsApp accounts.

‏١٥ أكتوبر‏‏٧:٥٠ ص‏111
Jocel
1

Hello, I managed to register the number by making a POST request to this url: /{phone_number_id}/register

with this body:

{ "messaging_product": "whatsapp", "pin": "*****" }

the return is true!

‏١٦ أكتوبر‏‏١٠:٢٣ ص‏111
Jocel
Abdelkrim

this is another endpoint, your answer is not relevant

‏١٧ أكتوبر‏‏١٠:٠٩ ص‏111