---
title: "PUT /config/whitelist"
method: PUT
path: "/config/whitelist"
---

# PUT /config/whitelist

`PUT /config/whitelist`

Configure a device's whitelist. When a device is configured with a non-empty whitelist, only frames received from EUI64 addresses within the whitelist are passed up to the MAC layer for processing. If an empty whitelist is configured, the device's whitelist is disabled.

## Request body

- MacAddresses — An array of EUI64 addresses.
  - `macAddressList` string[], required — An array of EUI64 addresses.

## Response `200`

Device successfully configured.

## Other responses

- `default` — Unknown error occurred

---

[API](https://skmtc.net/siliconlabs/apis/tbu-api.md) · [All operations](https://skmtc.net/siliconlabs/apis/tbu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siliconlabs/tbu-api/versions/8475de394ee2/schema)
