---
title: "Activate license"
method: GET
path: "/license/activate"
tags: ["License"]
---

# Activate license

`GET /license/activate`

Exchanges an authorization code (from the registration callback) for an api_key and persists it. Provide the code via the query string.

## Query parameters

- `code` string, required

## Response `200`

Activation result

- GinH

## Other responses

- `400` — Missing code parameter

## Changes

- **2026-07-17** `8e9c4d7d1dab` — 1 info
  - endpoint added
- **2026-03-25** `9a999e5656cb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/evolution-foundation/apis/evolution-go/changes/license/activate/get.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/evolution-go.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/evolution-go/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-go/revisions/8e9c4d7d1dab/schema)
