---
title: "Changes to Create a New Static Key"
method: POST
path: "/v1/event-gateways/{gatewayId}/static-keys"
---

# Changes to Create a New Static Key

`POST /v1/event-gateways/{gatewayId}/static-keys`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 30 revisions.

- **2026-02-16** `106b373707f3` — 1 breaking, 2 info
- **2025-12-19** `0325d14dfc53` — 4 breaking, 1 warning, 10 info
- **2025-11-06** `5d2b35832e3f` — 1 info

## Changes

- **2026-02-16** `106b373707f3` — 1 breaking, 2 info
  - the `value` request property's minLength was increased from `0` to `1`
  - the `description` request property default value `` was added
  - the `description` response's property default value `` was added for the status `201`
- **2025-12-19** `0325d14dfc53` — 4 breaking, 1 warning, 10 info
  - added the new required request property `name`
  - added the new required request property `value`
  - the request's body type changed from no type to `object`
  - the response's body type changed from no type to `object` for status `201`
  - removed `#/components/schemas/BaseEventGatewayStaticKey, subschema #2` from the request body `allOf` list
  - added the new optional request property `description`
  - added the new optional request property `labels`
  - removed `#/components/schemas/BaseEventGatewayStaticKey, subschema #2` from the response body `allOf` list for the response status `201`
  - added the optional property `description` to the response with the `201` status
  - added the optional property `labels` to the response with the `201` status
  - added the optional property `value` to the response with the `201` status
  - added the required property `created_at` to the response with the `201` status
  - added the required property `id` to the response with the `201` status
  - added the required property `name` to the response with the `201` status
  - added the required property `updated_at` to the response with the `201` status
- **2025-11-06** `5d2b35832e3f` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api-beta/docs/v1/event-gateways/:gatewayId/static-keys/post.md) · [API](https://skmtc.dev/kong/apis/konnect-api-beta.md) · [Page](https://skmtc.dev/kong/apis/konnect-api-beta/changes/v1/event-gateways/:gatewayId/static-keys/post)
