---
title: "Admin Create Offer"
method: POST
path: "/admins/offers"
tags: ["admins-offers"]
---

# Admin Create Offer

`POST /admins/offers`

admin create offer

## Request body

- V1CreateOfferInput
  - `benefits` string[], required
  - `description` string
  - `name` string, required
  - `packages` string[]
  - `paymentMethod` V1PaymentMethod, required
    - `provider` string
    - `usesProvider` boolean
  - `price` V1Price, required
    - `currency` string, required — TODO validate currency input
    - `value` integer, required

## Response `201`

Created

- V1IdResponse
  - `id` object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

## Changes

- **2021-02-13** `58f2e0836738` — 1 info
  - endpoint added
- **2021-02-04** `0677335332a8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/creatly/apis/creatly-api/changes/admins/offers/post.md)

---

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