WhatsApp REST API endpoints
Parameters in GET queries pass query string. Parameters in POST requests - through the JSON-encoded request body. Use the token as a Bearer authorization header. Get token for WhatsApp API!
Everything you need to send and receive WhatsApp messages, automate groups and build integrations using simple HTTP requests.
The API supports messages, media, files, statuses, groups, communities and channels. You can receive incoming chats, send products, process orders, validate numbers and build custom automations.
Create an account & Pair a number
Create a Whapi.Cloud account and link your WhatsApp number via QR code.
Get your API token
Copy your API token from the dashboard and authorize your requests.
Send your first message
Make your first API call and receive messages via webhooks.
Once you have an API token, you can explore and test all endpoints using Swagger or Postman. Use the API token as a Bearer authorization header.
Explore real-world examples and starter projects built on top of the Whapi.Cloud API. Our GitHub repositories include working bots, utilities, and automation scripts in multiple languages — designed to help you understand the API faster and launch with confidence.
Parameters in GET queries pass query string. Parameters in POST requests - through the JSON-encoded request body. Use the token as a Bearer authorization header. Get token for WhatsApp API!