Whatsapp Private API
WhatsApp Private API is an unofficial API that allows developers to access WhatsApp's messaging platform outside of the official WhatsApp application. This API is not supported or endorsed by WhatsApp and its use violates WhatsApp's terms of service. The WhatsApp Private API provides developers with a way to interact with WhatsApp's messaging platform, allowing them to automate tasks, send and…
Whatsapp Private API endpoints
| Method | Endpoint | Description |
|---|---|---|
| admin | ||
| POST |
CreateProject /v1/admin/projects |
API for create project |
| PUT |
UpdateProject /v1/admin/projects |
API for update project |
| account | ||
| GET |
GetAccount /v1/accounts |
API for get list account under the projects |
| POST |
CreateAccount /v1/accounts |
API for create wa instance |
| conversation | ||
| POST |
DeleteMessage /v1/conversation/msg/delete |
API for delete message |
| POST |
MarkRead /v1/conversation/mark-read |
API for mark as read message |
| GET |
GetContacts /v1/contacts |
|
| POST |
SendMessage /v1/conversation |
API for send message |
Whatsapp Private API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / minute |
|
| PRO | $35 / month | 100 / second |
|