Svix · Arazzo Workflow
Svix Rotate Endpoint Signing Secret
Version 1.0.0
Rotate a webhook endpoint's signing secret and read back the new secret value.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
rotate-endpoint-secret
Rotate an endpoint signing secret and retrieve the new value.
Fetches the endpoint to confirm it exists, triggers a secret rotation (returning 204 No Content), then reads the new signing secret back.
1
getEndpoint
v1.endpoint.get
Confirm the target endpoint exists before rotating its secret. Returns 200 with the endpoint object.
2
rotateSecret
v1.endpoint.rotate-secret
Rotate the endpoint signing secret, letting Svix generate a new value by sending a null key. Returns 204 No Content on success.
3
getNewSecret
v1.endpoint.get-secret
Read the endpoint's current signing secret so the rotated value can be distributed. Returns 200 with the secret key.