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

# Get Blocklist Item

`GET /blocklists/{id}`

Retrieve a blocklist entry.

### Required API key scope
- Orders

## Path parameters

- `id` integer, required

## Response `200`

Success

- BlocklistEntryWithCreatedAtResponse
  - `id` integer — The unique identifier associated with the blocklist entry.
  - `type` 'order' | 'email' | 'product' | 'product_tag' — The type of value blocked by this blocklist entry. `order` is the order number of the blocked order, `email` is the blocked customer's email address, `product` is the variant ID of the blocked product, and `product_tag` disables returns for all products with that tag.
  - `value` string — The blocked value. Items purchased using this value will be ineligible for return.
  - `secondary_value` string, nullable — An additional blocked value associated with this entry. Items purchased using this value will also be ineligible for return.
  - `created_at` string, date-time, 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)
