Business API Proxy
GET Request
Proxy a GET request to the Official WhatsApp Business API
GET
cURL
This endpoint lets you proxy a GET request to the Official WhatsApp Business API.
You will be authenticated to the WhatsApp account you are proxying for.
Example: List All Message Templates
To list all WhatsApp message templates for a Business Account, use the WABA ID as the path:Response
Replace
{account_id} with your WhatsApp Account ID (from the Waxle API) and {waba_id} with your WhatsApp Business Account ID (from Meta).You can find your WABA ID in the account details returned by GET /whatsapp-accounts/{id}/.Other Common GET Requests
Look to the WhatsApp Business API documentation for more information on the available endpoints.
Authorizations
API key authentication. Pass your API key in the X-API-Key header.
cURL