---
title: "Resend Certificate Email"
method: POST
path: "/api/v1/admin/licenses/{id}/resend"
tags: ["Licenses"]
---

# Resend Certificate Email

`POST /api/v1/admin/licenses/{id}/resend`

Queues the license for asynchronous redelivery and returns immediately. The background worker reuses the already-rendered certificate artifact when available (re-rendering only if it is missing) and emails it with automatic retries. Track progress via the license status (issuing → delivered / failed).

## Path parameters

- `id` string, required

## Response `200`

Resend queued

- object — Resend queued
  - `success` boolean, required
  - `data` unknown, required

## Other responses

- `400` — No email or missing info
- `404` — License not found

---

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