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

10月15日上午5:50
Abdelkrim

I have the same issue as you @vishwa

10月17日上午10:20
已選擇的回答
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.

10月15日上午7:50
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!

10月16日上午10:23
Jocel
Abdelkrim

this is another endpoint, your answer is not relevant

10月17日上午10:09