---
title: "List Whitelist"
method: GET
path: "/api/admin/whitelist"
tags: ["Admin - Whitelist"]
---

# List Whitelist

`GET /api/admin/whitelist`

Return every whitelist rule, newest first, with per-rule detected-user counts.

## Response `200`

Successful Response

- WhitelistListResponse
  - `success` boolean
  - `entries` WhitelistEntry[]
    - `id` string, required
    - `pattern` string, required — "user@company.com" or "@company.com"
    - `credit_limit_usd` number, nullable
    - `created_by` string, nullable
    - `notes` string, nullable
    - `created_at` string, required
    - `source` string
    - `detected_user_count` integer, nullable
  - `total` integer

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
