Whatsbot API Reference
Everything you need to integrate WhatsApp automation into your product. Create your API key, authenticate, and start sending in minutes.
https://api.jatinsinghdev.tech/api/v1API Authentication
All API endpoints require authentication. Include your API key as a request header. Create and manage your keys from the API Keys section in your dashboard.
X-API-Key: sk_live_xxxxxxxxxxxxxxxxQuick Start
From zero to sending messages in 4 steps.
Create API Key
Log in to your Whatsbot dashboard, head to API Keys, and generate a new key.
Authenticate
Pass your API key via the X-API-Key header on every request.
Send a Campaign
Call /campaigns/send with your session ID, message, and recipient numbers.
Go Live
Messages delivered instantly. Monitor usage via your dashboard analytics.
How API Keys Work
Your API key is a secret token that identifies your account. Keep it safe — treat it like a password.
Key Format Example
Your API Key (keep secret)
sk_live_abc123xyz789••••••••••••••••Usage in Header
X-API-Key: sk_live_abc123xyz789...API Reference
Click any endpoint to expand its full documentation.
Authentication
1 endpoint
Campaigns
1 endpoint
Authentication Messages
2 endpoints
Frequently Asked Questions
Common questions about the Whatsbot API.
