Request-Code
http://whatsapp.local
http://whatsapp.local
POST
/account
Registration
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://whatsapp.local/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"cc": "<Country Code>",
"cert": "<Valid Cert from Business Manager>",
"method": "sms",
"phone_number": "<Phone Number>",
"pin": "<Two-Step Verification PIN"
}'
Response Response Example
201 - Example 1
{}
Request
Body Params application/json
Responses
Modified at 2023-08-15 03:06:39