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

# POST /admin/api/v1/offers/{offer_id}

`POST /admin/api/v1/offers/{offer_id}`

## Path parameters

- `offer_id` string, required

## Request body

- PointsAdminServiceAdminAddOfferBody
  - `details` object
  - `price` string
  - `weight` integer
  - `valid_since` string
  - `valid_until` string
  - `redemptions_limit` integer
  - `min_passport_score` string
  - `is_hidden` boolean
  - `is_unique_per_address` boolean
  - `is_auto_filled` boolean

## Response `200`

A successful response.

- V1AdminAddOfferResponse

## 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)
