---
title: "Activate card by id"
method: POST
path: "/cards/{id}/activate"
tags: ["Cards"]
deprecated: true
---

# Activate card by id

`POST /cards/{id}/activate`

> **Deprecated.**

Activates the card with the given identifier. Only assigned cards can be activated.

## Path parameters

- `id` integer, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
