Validate webhook
validate_webhookSend a validation POST to a webhook URL to confirm it, and optionally activate the webhook if the server responds with a 2xx status and the expected message.
Instructions
Trigger webhook validation: the API sends a POST with event WEBHOOK_VALIDATE to the webhook URL. With activate=true, the webhook becomes ACTIVE if the server replies HTTP 2xx with body {"message": "validated_store_{store_id}"} (store_id: see get_store).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID (UUID). | |
| activate | No | Activate the webhook after successful validation (default false). |