Try Order Bot
SolutionsPricingFeaturesIndustriesStart Free Trial
Developer Documentation

WhatsApp Business API Docs

Complete technical documentation for integrating WhatsApp Business API. From quick start guides to advanced features, everything you need to build amazing experiences.

Quick Start GuideAPI Reference

Quick Start in 3 Steps

Get up and running with WhatsApp Business API in minutes

1

Authentication

Set up API keys and authentication headers

View Documentation
curl -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  https://api.tryorderbot.com/v1/auth
2

Send Your First Message

Send a simple text message via WhatsApp

View Documentation
{
  "to": "+1234567890",
  "type": "text",
  "text": {
    "body": "Hello from WhatsApp API!"
  }
}
3

Handle Webhooks

Set up webhook endpoints to receive messages

View Documentation
app.post('/webhook', (req, res) => {
  const { message } = req.body;
  console.log('Received:', message);
  res.status(200).send('OK');
});

API Documentation

Comprehensive guides for all WhatsApp Business API endpoints and features

Messages API

Send and receive messages, media, and interactive content

  • Send Message
  • Send Media
  • Send Template
  • Message Status

Webhooks

Real-time notifications for incoming messages and status updates

  • Setup Webhooks
  • Message Events
  • Status Events
  • Security

Business Profile

Manage your WhatsApp Business profile and settings

  • Profile Info
  • Business Hours
  • Catalog
  • Labels

Contacts API

Manage contacts, groups, and contact information

  • Add Contact
  • Update Contact
  • Contact Groups
  • Bulk Operations

Authentication

Secure API access with authentication and rate limiting

  • API Keys
  • OAuth 2.0
  • Rate Limits
  • Error Handling

Analytics API

Track message delivery, engagement, and performance metrics

  • Message Analytics
  • Delivery Reports
  • Engagement Metrics
  • Custom Events

Official SDKs

Pre-built libraries for popular programming languages

Node.js

Official Node.js SDK for WhatsApp Business API

npm install @tryorderbot/whatsapp-sdk

Python

Python SDK with async support and type hints

pip install tryorderbot-whatsapp

PHP

PHP SDK compatible with Laravel and other frameworks

composer require tryorderbot/whatsapp-php

Java

Java SDK for enterprise applications

Maven or Gradle dependency available

Developer Resources

Tools and resources to accelerate your development process

API Reference

Complete API endpoint documentation with examples

Interactive Playground

Test API endpoints directly in your browser

Postman Collection

Import our Postman collection for easy testing

OpenAPI Spec

Download OpenAPI 3.0 specification file

Ready to Start Building?

Get your API keys and start integrating WhatsApp Business API into your application today. Join thousands of developers building amazing experiences.

Get API KeysDeveloper Support
Try Order Bot

Transform your business with the power of WhatsApp Business API.

Product

  • Features
  • Pricing
  • API Documentation
  • Integrations

Company

  • About Us
  • Blog
  • Careers
  • Contact

Support

  • Help Center
  • Resources
  • Status
  • Faqs

© 2025 Try Order Bot. All rights reserved.