Skip to main content
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

X-API-Key
string
header
required

API key authentication. Pass your API key in the X-API-Key header.

Path Parameters

id
string
required
path
string
required
Pattern: ^.+$

Response

200 - application/json
id
string<uuid>
required
read-only
waId
string
required
phoneNumbers
string
required
read-only
templatesUrl
string
required
read-only
name
string | null
Maximum string length: 255