Skip to main content
POST
Create a webhook subscription to receive notifications when products or attribute dictionary entries are created, updated, or deleted. A signing secret is generated automatically and returned in the response.
string
required
The HTTPS endpoint URL that will receive webhook events.
array
required
Events to subscribe to. Valid values: product.created, product.updated, product.deleted, attribute.created, attribute.updated, attribute.deleted.
string
Optional human-readable description for this webhook.
string
Unique webhook ID.
string
The endpoint URL.
array
Subscribed events.
string
HMAC signing secret for verifying payloads. Only returned on creation.
boolean
Always true on creation.
string
ISO 8601 timestamp.
The secret is only returned once at creation time. Store it securely — you’ll need it to verify webhook signatures via the X-Lasso-Signature header.