---
title: "Admin Get Promocode By Id"
method: GET
path: "/admins/promocodes/{id}"
tags: ["admins-promocodes"]
---

# Admin Get Promocode By Id

`GET /admins/promocodes/{id}`

admin get promocode by id

## Path parameters

- `id` string, required

## Response `200`

OK

- DomainPromoCode
  - `code` string
  - `discountPercentage` integer
  - `expiresAt` string
  - `id` string
  - `offerIds` string[]
  - `schoolId` string

## Other responses

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

## Changes

- **2021-03-15** `3e48347e9a6f` — 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/promocodes/:id/get.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)
