GET
Get Webhook
Read the current webhook URL and enabled state.
API endpoint
https://waclient.com/api/get_webhookExample:
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
}
}| Parameter | Description |
|---|---|
| instance_id | WhatsApp Web instance ID |
| access_token | Your access token |