v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Vaults

Create vault webhook subscription

Creates a webhook subscription for vault lifecycle events. Optional object filters can limit notifications to specific vault objects.

post/vault/{id}/events/subscriptions

Path parameters

idstring required

Vault ID

Request body

callbackUrlstring uri required

Webhook endpoint URL that will receive vault event deliveries

eventTypesstring[]

Vault event types to deliver. Omit to receive the default supported set.

objectIdsstring[]

Vault object IDs to limit notifications to. Omit to receive events for all objects in the vault.

signingSecretstring

Optional secret used to sign outbound webhook deliveries

Response

Vault webhook subscription created successfully