Example subscription
Items
Items.removed webhook
The items.removed webhook is sent when an existing Item is deleted and removed from Link.
POST
Example subscription
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
items.removed
Example:
["items.removed"]Your name for the webhook subscription.
Example:
"My Items Removed 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. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form.
Example:
"https://your-webhook-endpoint.com"
Object containing an array of up to 30 Item ID's.
Optional secret used to verify webhooks.
Example:
"your_secret_key"