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" } }
i should have received SMS, but received this error. anyone any idea, pl let me know
I have the same issue as you @vishwa
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.
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!
this is another endpoint, your answer is not relevant
did you solve this problem ? i have a same error