W

WhatsApp Business API

by WhatsApp Business Free tier

See https://developers.facebook.com/docs/whatsapp

socialwhatsapp

Quick Reference

Base URL http://whatsapp.local Auth type Bearer Token Auth header Authorization: Bearer YOUR_TOKEN Rate limit 1,000 free business-initiated conversations/month Pricing Enterprise / contact sales Free quota None Documentation http://whatsapp.local Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 31% builder-friendly
Pricing
28
Latency
0
Depth
57

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Meta developer account. Conversation-based pricing from $0.005–$0.08/conversation.

Key Endpoints

MethodPathDescription
POST /account Request-Code
POST /account/shards Set-Shards
POST /account/verify Register-Account
POST /certificates/external Upload-Certificate
GET /certificates/external/ca Download-CA-Certificate
DELETE /certificates/webhooks/ca Delete Webhook CA Certificate
GET /certificates/webhooks/ca Download Webhook CA Certificate
POST /certificates/webhooks/ca Upload Webhook CA Certificate

Sample Request

curl -X GET 'http://whatsapp.local/account' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official WhatsApp Business documentation.