API Reference

Loading Event

Description

This event indicates the loading screen status of the WhatsApp instance.

Webhook Request

HTTP Method

POST

Request Headers

NameValue
Content-Typeapplication/json
User-AgentWaAPI Webhook User Agent

Request Body

{
  "event": "loading_screen",
  "instanceId": "1111",
  "data": {
    "percent": 100,
    "message": "WhatsApp"
  }
}