---
title: "Get PromoCode By Code"
method: GET
path: "/promocodes/{code}"
tags: ["promocodes"]
---

# Get PromoCode By Code

`GET /promocodes/{code}`

get promocode by code

## Path parameters

- `code` 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

---

[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/revisions/513aaee36614/schema)
