Welcome to the SendyStack API
The SendyStack API allows you to build powerful WhatsApp communication experiences for your business.

Base URL
https://api.sendystack.com/v1Authentication
SendyStack uses API keys to authenticate requests. Include your API key in the Authorization header.
Header
Authorization: Bearer YOUR_API_KEYKeep your API key secure. Do not share it in publicly accessible areas.
Full details: Read the Authentication guide →
Quick Example
Here's a quick example of sending a WhatsApp message using cURL.
curl -X POST https://api.sendystack.com/v1/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+254712345678",
"type": "text",
"text": {
"body": "Hello from SendyStack! 👋"
}
}'API Endpoints
Explore our API resources to build powerful integrations.
Messages
Send and manage WhatsApp messages.
Templates
Create, update and manage message templates.
Contacts
Manage your contacts and contact lists.
Broadcasts
Send bulk messages to your audiences.
Webhooks
Receive message events and customer replies.
API Keys
Create scoped keys for server-side integrations.
Next Steps
Ready to start building?