Event Gateway Static Keys
Get a Static Key
Returns information about an individual static key.
get/v1/event-gateways/{gatewayId}/static-keys/{staticKeyId}
Response
A single static key.
Example response
{
"labels": {
"env": "test"
},
"value": "${vault.env['MY_ENV_VAR']}",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}