Everything you need to integrate WhatsApp Business API into your applications
Example: 34666123456 (Spain)
Ready-to-use code snippets for sending messages via our API
curl -X POST "https://api.waping.com/api/send/chat" -H "Authorization: Bearer wa_test_1234567890abcdef" -H "Content-Type: application/x-www-form-urlencoded" -d "token=wa_test_1234567890abcdef" -d "uid=34666123456" -d "to=34666789123" -d "custom_uid=msg001" -d "text=Hello from Waping!"
Keep your API key secure and never share it publicly.
https://api.waping.com
All API requests should be made to this base URL.
Success with "success": true
Authentication failure
Parameter validation error