📜  whatsapp api - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:18.433000             🧑  作者: Mango

代码示例4
//JSON File//

POST /v1/account

{
    "cc": "your-country-code",
    "phone_number": "your- phone-number-without-country-code",
    "method": "sms" | "voice",
    "cert": "your-verified-name-cert-in-base64",
    "pin": "your-existing-6-digit-pin" # required if two-factor verification is enabled
}