Introduction
The MazBot API enables developers to manage teams, send WhatsApp template messages, create campaigns, and access analytics programmatically. Get started by authenticating with a JWT token and exploring our endpoints below.
Authentication
All endpoints require a JWT token. Obtain a token by sending a POST request to /auth/login
with your credentials.
Include the token in the Authorization header as Bearer {token}.
curl -X POST https://api.mazbot.net/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","password":"securePassword123"}'
API Endpoints
Contact Us
Have questions or need support? Reach out to our team at [email protected].