Hanzo AI
OpenapiIntegrations

List webhook

Meta calls this once when the webhook is subscribed, carrying the verify token this deployment was configured with and a challenge to echo.

GET /v1/integrations/whatsapp/webhook

Addresshttps://api.hanzo.ai/v1/integrations/whatsapp/webhook
MethodGET
Operationget_integrations_whatsapp_webhook
AuthAuthorization: Bearer $HANZO_API_KEY

Meta calls this once when the webhook is subscribed, carrying the verify token this deployment was configured with and a challenge to echo. The token is compared in constant time before the echo — answering the challenge without checking it would let anyone point their own app at this address and have it confirm the subscription.

Request

GET /v1/integrations/whatsapp/webhook takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo integrations whatsapp webhook get

Integrations API · All Hanzo APIs · Interactive reference

How is this guide?

On this page