Developer Docs

Whatsbot API Reference

Everything you need to integrate WhatsApp automation into your product. Create your API key, authenticate, and start sending in minutes.

REST APIAPI Key AuthJSON responses
Base URL
https://api.jatinsinghdev.tech/api/v1

API 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_xxxxxxxxxxxxxxxx

Quick Start

From zero to sending messages in 4 steps.

01

Create API Key

Log in to your Whatsbot dashboard, head to API Keys, and generate a new key.

02

Authenticate

Pass your API key via the X-API-Key header on every request.

03

Send a Campaign

Call /campaigns/send with your session ID, message, and recipient numbers.

04

Go Live

Messages delivered instantly. Monitor usage via your dashboard analytics.

API Keys

How API Keys Work

Your API key is a secret token that identifies your account. Keep it safe — treat it like a password.

Creating a Key

  1. 1Log in to your Whatsbot dashboard
  2. 2Navigate to Settings → API Keys
  3. 3Click "New API Key" and give it a name
  4. 4Copy the key immediately — it won't be shown again

Security Best Practices

  1. 1Never share or commit keys to version control
  2. 2Use environment variables to store keys
  3. 3Rotate keys periodically and after any breach
  4. 4Revoke unused keys from the dashboard

Key Format Example

Your API Key (keep secret)

sk_live_abc123xyz789••••••••••••••••

Usage in Header

X-API-Key: sk_live_abc123xyz789...
Endpoints

API Reference

Click any endpoint to expand its full documentation.

Authentication

1 endpoint

POST

Campaigns

1 endpoint

POST

Authentication Messages

2 endpoints

POSTPOST

Frequently Asked Questions

Common questions about the Whatsbot API.

Ready to build?

Sign up for free, generate your first API key, and start sending WhatsApp messages in minutes.