wa-application-api
Before using this API you must log in in WA Log In - send GET request to /login path - you will receive in 4-5 sec QR code for authorization - scan this QR to sign in app Send a text message: You can send messages to other recipients: - send a POST request to /send/message endpoint - in the request body property "chatId" This is an array with phone recipients in string type, for example: {…
wa-application-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| login | ||
| GET |
/login /login |
Get QR code for login in response you will get img - send GET request to /login path - you will receive in 4-5 sec QR code for authorization - scan this QR from your device to… |
| contacts | ||
| GET |
/contacts/{clientPhone} /contacts/{clientPhone} |
get list of contacts your client number IMPORTANT: for using or test this endpoitn make sure that you login with your device |
| dialogs | ||
| GET |
/dialogs/{clientPhone} /dialogs/{clientPhone} |
get list of dialogs your client number IMPORTANT: for using or test this endpoint make sure that you login with your device |
| send | ||
| POST |
/send/location/{clientPhone} /send/location/{clientPhone} |
send message IMPORTANT: for using or test this endpoint make sure that you login with your device |
| POST |
/send/message/{clientPhone} /send/message/{clientPhone} |
send message IMPORTANT: for using or test this endpoint make sure that you login with your device |
| POST |
/send/file/{clientPhone} /send/file/{clientPhone} |
send message IMPORTANT: for using or test this endpoint make sure that you login with your device |
| POST |
/send/ptt/{clientPhone} /send/ptt/{clientPhone} |
send message IMPORTANT: for using or test this endpoint make sure that you login with your device |
| reboot | ||
| GET |
/reboot/{phoneClient} /reboot/{phoneClient} |
reboot client phone controller IMPORTANT: for using or test this endpoint make sure that you login with your device |
| clients | ||
| GET |
/clients /clients |
get list of your clients (devices with whatsapp numbers) IMPORTANT: for using or test this endpoint make sure that you login with your device |
| logout | ||
| GET |
/logout/{clientPhone} /logout/{clientPhone} |
logout from your session IMPORTANT: for using or test this endpoint make sure that you login with your device |
wa-application-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|