-
Notifications
You must be signed in to change notification settings - Fork 54
WhatsApp Verification (v2)
Ben edited this page Mar 17, 2021
·
4 revisions
Version 2 of the WhatsApp Verification process.
Base URL: https://v.whatsapp.net/v2
Check if this number exists on the WhatsApp server.
URL: Base URL + /exist
Method: GET
Headers:
User-Agent
Parameters:
Parameter | Description | Optional/Required |
---|---|---|
authkey |
Authkey is the public key of the client_static_keypair
|
Required |
cc |
Country Code | Required |
in |
Internal Number | Required |
id |
Identifier | Required |
TODO
Request a code.
URL: Base URL + /code
Method: GET
Headers:
User-Agent
Parameters:
Parameter | Description | Optional/Required |
---|---|---|
authkey |
Authkey is the public key of the client_static_keypair
|
Required |
cc |
Country Code | Required |
in |
Internal Number | Required |
token |
Token | Required |
id |
Identifier | Required |
method |
Method (sms /voice ) |
Required |
TODO
Register the number with the received code.
URL: Base URL + /register
Method: GET
Headers:
User-Agent
Parameters:
Parameter | Description | Optional/Required |
---|---|---|
authkey |
Authkey is the public key of the client_static_keypair
|
Required |
cc |
Country Code | Required |
in |
Internal Number | Required |
code |
Code | Required |
id |
Identifier | Required |
TODO
WAPI!!!
WAPI!!!