---
title: "Get Allowlist Item"
method: GET
path: "/allowlists/{id}"
tags: ["Allowlist"]
---

# Get Allowlist Item

`GET /allowlists/{id}`

Retrieve an allowlist entry.

### Required API key scope
- Orders

## Path parameters

- `id` integer, required

## Response `200`

Success

- AllowlistEntryWithCreatedAtResponse
  - `id` integer — The unique identifier associated with the allowlist entry.
  - `type` 'order' | 'email' — The type of value allowed by this allowlist entry. `order` is the order number of the allowed order and `email` is the customer's email address.
  - `value` string — The allowed value. Returns made using this value will override any other return ineligibility.
  - `created_at` string, nullable — The date and time at which the entry was created.

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/loopreturns/apis/listings-api.md) · [All operations](https://skmtc.dev/loopreturns/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopreturns/listings-api/revisions/750e6012dbb8/schema)
