WA Client
GET

Get Webhook

Read the current webhook URL and enabled state.

API endpoint
https://waclient.com/api/get_webhook
Example:
curl -X GET \
  'https://waclient.com/api/get_webhook' \
  -G \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "instance_id": "6A4B02A1XXXX",
        "webhook_url": "https://example.com/hook",
        "enabled": true
    }
}
ParameterDescription
instance_idWhatsApp Web instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc