---
title: "getAllOps allowlist"
method: GET
path: "/ops/allowlist/all"
tags: ["ops"]
---

# getAllOps allowlist

`GET /ops/allowlist/all`

Get all customers in the allowlist

## Response `200`

OK response.

- AllowlistItem[]
  - `comment` string — Comment about the entry
  - `email` string, required — Email in the allowlist
  - `transaction_limit` integer, required — Transaction limit set for customer

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

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