> ## 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.

# Account events

> Account webhook payloads.

# Account events

## account.created

```json theme={null}
{
  "event": "account.created",
  "external_id": "seller-account-123",
  "lolboost_account_id": 123,
  "created_at": "2026-06-19 15:30:00"
}
```

## account.sold

```json theme={null}
{
  "event": "account.sold",
  "external_id": "seller-account-123",
  "lolboost_account_id": 123,
  "sold_at": "2026-06-19 15:30:00"
}
```

## account.archived

```json theme={null}
{
  "event": "account.archived",
  "external_id": "seller-account-123",
  "lolboost_account_id": 123,
  "archived_at": "2026-06-19 15:30:00"
}
```
