Developer Resources
API Documentation
Integrate Acronix WhatsApp SaaS into your applications with our comprehensive RESTful API
Quick Start
Get API Key
Sign up and generate your API key from the dashboard
Read the Docs
Explore endpoints, parameters, and response formats
Start Building
Make your first API call and integrate WhatsApp messaging
Authentication
All API requests require authentication via a Bearer token in the Authorization header:
curl -X POST https://api.acronix.in/v1/messages/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+1234567890", "message": "Hello from Acronix!"}'API Endpoints
POST
/api/v1/messages/sendPOST
/api/v1/messages/bulkGET
/api/v1/campaignsPOST
/api/v1/campaignsGET
/api/v1/analytics/overviewGET
/api/v1/contactsPOST
/api/v1/contactsPOST
/api/v1/webhooksRate Limits
Starter
100 req/min
Professional
500 req/min
Enterprise
Custom