---
title: "Admin Create Promocode"
method: POST
path: "/admins/promocodes"
tags: ["admins-promocodes"]
---

# Admin Create Promocode

`POST /admins/promocodes`

admin create promocode

## Request body

- V1CreatePromocodeInput
  - `code` string, required
  - `discountPercentage` integer, required
  - `expiresAt` string, required
  - `offerIds` string[], required

## Response `201`

Created

- V1IdResponse
  - `id` object

## Other responses

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

---

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