WhatsApp API Platform
Webhooks

List Event Types

GET
/api/v1/waba/webhooks/event-types

Every event type a webhook endpoint can subscribe to.

Authorization

ApiKeyAuth
X-API-Key<token>

API key from your dashboard (Settings > API Keys)

In: header

Query Parameters

waba_id*string

The WhatsApp number (WABA) these webhooks belong to.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/waba/webhooks/event-types?waba_id=string"
{
  "success": true,
  "data": [
    {
      "name": "message.incoming",
      "description": "string"
    }
  ]
}
{
  "success": false,
  "message": "to field is required"
}
{
  "success": false,
  "message": "user not authenticated"
}
{
  "success": false,
  "message": "forbidden"
}