---
title: "POST /api/v1/license/activateLicense"
method: POST
path: "/api/v1/license/activateLicense"
tags: ["License"]
---

# POST /api/v1/license/activateLicense

`POST /api/v1/license/activateLicense`

## Request body

- ActivateLicenseRequest
  - `ProductKey` string, nullable
  - `CustomerInfo` CustomerInfo
    - `Company` string, required
    - `Address` string, nullable
    - `City` string, nullable
    - `Zipcode` string, nullable
    - `Country` string, nullable
    - `Website` string, nullable
    - `FirstName` string, required
    - `LastName` string, required
    - `Phone` string, nullable
    - `Email` string, required
    - `EulaVersion` string, nullable
    - `AcceptedEula` boolean
    - `AcceptedGDPR` boolean

## Response `200`

- ActivateLicenseResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
