---
title: "Complete the License Renewal"
method: POST
path: "/licenses/{contractId}:complete-renewal"
tags: ["Licenses"]
---

# Complete the License Renewal

`POST /licenses/{contractId}:complete-renewal`

## Path parameters

- `contractId` string, required

## Query parameters

- `commandId` string, required

## Request body

- CompleteLicenseRenewalRequest
  - `renewalRequestContractId` string, required — The contract ID of the LicenseRenewalRequest to complete
  - `allocationContractId` string, required — The contract ID of the accepted allocation

## Response `200`

License renewed successfully

- LicenseRenewalResult
  - `licenseId` string

## Other responses

- `401` — Not authenticated
- `403` — Forbidden
- `404` — Resource not found
- `500` — An internal server error occurred

## Changes

- **2026-07-17** `8821f8847f2c` — 1 info
  - endpoint added
- **2025-02-11** `19d2c93fbacc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/licenses/:contractId:complete-renewal/post.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/8821f8847f2c/schema)
