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.