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/send
POST/api/v1/messages/bulk
GET/api/v1/campaigns
POST/api/v1/campaigns
GET/api/v1/analytics/overview
GET/api/v1/contacts
POST/api/v1/contacts
POST/api/v1/webhooks

Rate Limits

Starter

100 req/min

Professional

500 req/min

Enterprise

Custom

Ready to Integrate?

Contact us to get your API key and start building

Get API Access