> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lolboost.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks overview

> Receive sync events from LoLBoost.

# Webhooks

Configure your webhook URL in the Seller Area under Seller API. LoLBoost sends events to your endpoint when important sync actions happen.

Recommended events to handle first:

| Event            | Purpose                                |
| ---------------- | -------------------------------------- |
| account.created  | Save the LoLBoost account ID           |
| account.sold     | Mark an account as sold in your system |
| account.archived | Mark an account as removed             |
| item.created     | Save the LoLBoost item ID              |
| item.sold        | Mark an item as sold or reduce stock   |
| item.archived    | Mark an item as removed                |
