Canto webhooks API
Webhooks are used to notify your application when certain events occur within the system. They can be configured to send a POST request to a specified URL when a specific event happens. Available resources and the events they support: - product - created - updated - deleted - variant - created - updated - deleted - import - started - completed - failed You can validate the payload using the +X-Webhook-Signature+ header. It's a SHA256 hash of the payload, signed with the secret key.