---
title: "Preview Activation Code"
method: GET
path: "/api/activate/{code}"
---

# Preview Activation Code

`GET /api/activate/{code}`

Public (unauthenticated) preview so the landing page can show what the
link grants *before* Google sign-in. Reveals link type, validity, and the
label (prospect-facing copy on the offer card) — never
redemption internals. Rate-limited: this is a code-validity oracle. The
slowapi decorator buckets per path (per guessed code), so unknown-code
lookups additionally burn a cross-path per-IP budget.

## Path parameters

- `code` string, required

## Response `200`

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/versions/a2c84c9154da/schema)
