---
title: "GET /admin/api/v1/offers/{offer_id}/secrets"
method: GET
path: "/admin/api/v1/offers/{offer_id}/secrets"
tags: ["PointsAdminService"]
---

# GET /admin/api/v1/offers/{offer_id}/secrets

`GET /admin/api/v1/offers/{offer_id}/secrets`

## Path parameters

- `offer_id` string, required

## Query parameters

- `is_redeemed` boolean
- `page_size` integer
- `page_token` string

## Response `200`

A successful response.

- V1AdminGetOfferSecretsResponse
  - `items` V1OfferSecret[]
    - `secret_id` integer
    - `offer_id` string
    - `details` string
    - `is_redeemed` boolean
  - `next_page_params` V1Pagination
    - `page_token` string
    - `page_size` integer

## Other responses

- `default` — An unexpected error response.

---

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