curl --request GET \
--url https://{domain}/{webhook-endpoint}"<string>"How to respond to the challenge required for your webhook-endpoint activation.
curl --request GET \
--url https://{domain}/{webhook-endpoint}"<string>"echo string in query
parameters. You must respond with the challenge value in the response body.
GET /your-webhook-endpoint HTTPS/2
?echo=iusiof24dsfxvcç834
Host: yourdomain.com
> Response
Content-Type: plain/text
iusiof24dsfxvcç834
Name of the webhook-endpoint on your server.
500The challenge value you must return
OK
When responding to the activation challenge workflow, return the challenge value as a simple string. When receiving a regular event, simply return an empty "200 OK". Refer to the documentation for all status codes and their meaning.
Was this page helpful?