WhatsApp API Service
v1.0
Reliable WhatsApp messaging infrastructure for your applications
API is operational ยท Base URL: https://api.whats.digitechedge.org
๐ก Core Endpoints
GET
/api/test
Health check & connection test
POST
/api/auth/register
Create a new account
POST
/api/auth/login
Authenticate & get API token
๐ Protected Routes (Requires Bearer Token)
GET/POST
/api/contacts
Manage your WhatsApp contacts
GET/POST
/api/campaigns
Create and manage bulk messaging campaigns
GET/POST
/api/groups
Organize contacts into groups
GET/PUT
/api/billing
Usage, credits, and invoices
GET
/api/dashboard
Statistics and analytics
GET/PUT/DELETE
/api/tags
Tag contacts for segmentation
๐ Documentation: For detailed request/response schemas, authentication flow, rate limits, and webhook configuration, please refer to the API docs.
๐ Frontend Console: whats-bulk.vercel.app โ manage your WhatsApp broadcasts visually.