---
title: "Create an offline activation"
method: POST
path: "/v3/activations/offline-activate"
tags: ["Activations"]
---

# Create an offline activation

`POST /v3/activations/offline-activate`

Creates a new offline activation.

## Request body

- OfflineActivationRequestModel
  - `offlineRequest` string, required — Encrypted offline activation request.
  - `responseValidity` integer, required — The duration (in seconds) for which the offline response should remain valid.
  - `licenseId` string, required — Unique identifier for the license.

## Response `200`

OK

- OfflineActivationDto
  - `offlineResponse` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
