๐ Introduction
Welcome to our Whizard Whatsapp API Documentation where you find information, best practices and guidance about our WhatsApp Business API solution.
WhizardAPI is a verified WhatsApp Business Solutions Provider. We specialize in WhatsApp Business API Access Gateway and Chatbot Automations.
#
Test APIYou can try out the whizardapi API at any time for free. Message us for a free Test API Key to start testing the messaging service instantly.
#
WABA documentationExplanations for the use of the WhatsApp Business API (to send and receive messages and notifications).
tip
#
Use of WhatsApp APIThe document explains how to access the WhatsApp Business API.
Feel free to get a Test Account which will allow you to start developing directly.
The WhatsApp API supports all endpoints from WhatsApp docs, except for the ones blacklisted below.
info
- Blacklisted paths:
- Settings (v1/settings/*) except profile info which is allowed
- Certificates (/v1/certificates/*)
- Registration (/v1/account)
- Stats and metrics (/v1/stats/* or /metrics)
- Support (/v1/support)
- Users (/v1/users/*)
#
Basic Facebook endpointsGet
\health
https://waba.whizardapi.com/v1/health/
This endpoint returns the status of your WhatsApp Business API client.
Do not call this endpoint more than once every 5 minutes, as the health status is cached and refreshed only every 5 minutes.
info
In High Availability mode, only one Coreapp maintains a connection to the WhatsApp server. All other nodes (including the Primary Master) have a gateway_status of disconnected
In Multiconnect mode with X shards, X Coreapps maintain a connection to the WhatsApp server. The Primary Master also connects to the WhatsApp server.
To learn more about High Availability/Multiconnect mode, please refer to Facebooks Availability and Scaling guide.
#
Additional Whizard API endpointsGET
/phone_number
https://waba.whizardapi.io/v1/configs/phone_number
This endpoint returns the registered phone number for a given WHIZARD-KEY
.