The Hypersender WhatsApp API is a powerful api to send and recieve messages using your own whatsapp number. Without the high costs of Meta’s Whatsapp business API.
In this Docs you’ll learn how to use and integrate Hypersnder Whatsapp API into your existing system/service or application using simple API endpoints.
What’s New in V2?
Queued Responses: All requests in V2 are now queued for improved reliability and performance.
When you make any API request, you’ll receive an immediate response with a queued_request_uuid:
{
"queued" : true ,
"message" : "Processing your request..." ,
"queued_request_uuid" : "a0816120-7e37-4e8b-8cf3-92deb2cdc133" ,
"queued_request_link" : "https://app.hypersender.com/api/whatsapp/v2/{instance}/queued-requests/a0816120-7e37-4e8b-8cf3-92deb2cdc133"
}
Use the queued_request_link or the Get Queued Request endpoint to check the actual message response once it’s processed.
What you can do?
Send Text and basic Url messages.
Send Media through Link or uploaded file.
Send Audio through Link or uploaded file.
Send Contact Card
Send Location
Send Poll votes
You can also
React to a message
Forward messages to other chats
Acknowledge messages (mark as read)
Star and unstar messages
Quick Demo
Learn how to use Hypersender whatsapp API to send a message using Postman: Demo Link .
postman collection
You can download whatsapp API Postman Collection to easily interact with our API.
Download Collection Download whatsapp API Postman Collection.
Servers (Endpoints)
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security" : [
{
"bearerAuth" : []
}
]