---
title: "Create Activation Code"
method: POST
path: "/api/admin/activation-codes"
---

# Create Activation Code

`POST /api/admin/activation-codes`

## Request body

- CreateActivationCodeRequest
  - `label` string, nullable
  - `kind` string
  - `trial_days` integer
  - `max_redemptions` integer, nullable
  - `expires_in_days` integer, nullable
  - `code` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/codag/apis/infra-logs-templater.md) · [All operations](https://skmtc.net/codag/apis/infra-logs-templater/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codag/infra-logs-templater/revisions/a2c84c9154da/schema)
