API v1 will no longer be available after April 10th.
To avoid any service interruptions, you must migrate your projects before this date.
[!IMPORTANT]
Attention Developers: API V1 is now in Limited Support Mode.Current Capabilities: API V1 now only supports legacy Message Sending (Text, Image, File, Voice, Video, and Link Previews) and simple status/usage checks. End of Life: API V1 will be completely discontinued on April 10, 2026. You must migrate your projects to API V2 before this date to avoid service interruption.
| Feature | Legacy API (V1) | Modern API (V2) |
|---|---|---|
| Base URL | https://wawp.net/wp-json/awp/v1/ | https://api.wawp.net/v2/ |
| Example Link | .../awp/v1/sendImage | .../v2/send/text? |
| Architecture | WordPress REST API Pipeline | Native Golang/Node.js High-Concurrency Engine |
| Auth Logic | Static Access Tokens | Dynamic Session-Based Bearer Auth |
/awp/v1/send){
"instance_id": "string", // Your instance identifier
"access_token": "string", // API access token
"chatId": "string", // Recipient identifier
"text": "Hello world!", // Message text
"file": { // Optional. Media payload
"url": "https://example.com/photo.jpg"
}
}| Context | Example | Notes |
|---|---|---|
| User | 12132132131@c.us | Phone number (E.164) without +, suffixed with @c.us. |
| Group | 12312312123133@g.us | Group IDs end with @g.us. |
| Channel | 123123123@newsletter | WhatsApp Channels (📰). |
wawp.net (legacy WP system) to our high-speed subdomain: api.wawp.net./wp-json/awp/v1/ paths with /v2/.