The items.updated webhook is sent when there is any change to a property value of an Item object.
config parameter.Username = api_key_id, Password = api_key_secret
items.updated
["items.updated"]Your name for the webhook subscription.
"My Items Updated Webhook"
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service.
"https://your-webhook-endpoint.com"
Object containing an array of up to 30 Item ID's.
Optional secret used to verify webhooks.
"your_secret_key"