v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Config Stores

Create Config Store

Create a Config Store

post/v2/control-planes/{controlPlaneId}/config-stores

Path parameters

controlPlaneIdstring uuid required
Example:9524ec7d-36d9-465d-a8c5-83a3c9390458

The UUID of your control plane. This variable is available in the Konnect manager.

Request body

namestring nullable

Example request

{
  "name": "Config Store"
}

Response

Config Store

idstring uuid

The Config Store ID.

namestring nullable

The name of the Config Store

created_atstring date-time

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "id": "b9e81174-b5bb-4638-a3c3-8afe61a0abf8",
  "name": "My Name",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}