Validate webhook
validate_webhookTriggers webhook validation by having the API send a POST with WEBHOOK_VALIDATE event; can activate the webhook upon success.
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). |