v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-263064641.4 MB
Event Gateway Vaults

Get a Vault

Returns information about a specific vault associated with the Event Gateway.

get/v1/event-gateways/{gatewayId}/vaults/{vaultId}

Response

A single vault object.

OR

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z",
  "labels": {
    "env": "test"
  },
  "config": {
    "prefix": "KONG_"
  }
}