Svix · Arazzo Workflow
Svix Rotate Integration Key
Version 1.0.0
Rotate an integration's API key and read back the new key 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-integration-key
Rotate an integration API key and return the new value.
Verifies the integration, rotates its API key, then reads the current key back for redistribution.
1
getIntegration
v1.integration.get
Confirm the integration exists before rotating its key. Returns 200 with the integration object.
2
rotateKey
v1.integration.rotate-key
Rotate the integration's API key. Returns 200 with the newly generated key.
3
getKey
v1.integration.get-key
Read the integration's current key back to confirm the rotated value. Returns 200 with the key.