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.
Example response
{
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"labels": {
"env": "test"
},
"config": {
"prefix": "KONG_"
}
}