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.
Look to the WhatsApp Business API documentation for more information on the available endpoints.
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
| Path | Description |
|---|---|
{waba_id}/message_templates | List all message templates |
{waba_id}/phone_numbers | List phone numbers in the account |
{phone_number_id} | Get phone number details |
{phone_number_id}/whatsapp_business_profile | Get business profile |
Authorizations
API key authentication. Pass your API key in the X-API-Key header.
cURL