Skip to main content
GET
/
api
/
v1
/
whatsapp
/
webhook
Verify Webhook
curl --request GET \
  --url https://api.example.com/api/v1/whatsapp/webhook
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

hub.mode
string
hub.verify_token
string
hub.challenge
string

Response

Successful Response