# Token Notifications In addition to [transaction notifications](#webhook-transaction-notifications), you can also subscribe to receive notifications for the following token events: - [`token.created`](#operation-webhooktokencreated) - [`token.updated`](#operation-webhooktokenupdated) - [`token.removed`](#operation-webhooktokenremoved) The same rules as [transaction notifications](#topic-webhook-configuration) apply: - The request body will contain a JSON payload with the details of the event - The header request sent to your configured webhook URL will contain a `x-fsk-wh-chksm` header with the SHA-256 checksum calculated from the request body and shared secret ## Operations - [Token created](https://docs.omni.integratedcommerce.io/operation/operation-webhooktokencreated.md) - [Token updated](https://docs.omni.integratedcommerce.io/operation/operation-webhooktokenupdated.md) - [Token removed](https://docs.omni.integratedcommerce.io/operation/operation-webhooktokenremoved.md) [Powered by Bump.sh](https://bump.sh)