Svix · Arazzo Workflow
Svix Set Up Operational Webhook Endpoint
Version 1.0.0
Register an operational webhook endpoint and retrieve its signing secret.
View Spec
View on GitHub
WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
operational-webhook-setup
Create an operational webhook endpoint and return its signing secret.
Creates an operational webhook endpoint subscribed to the given filter types and reads its signing secret for payload verification.
1
createEndpoint
v1.operational-webhook.endpoint.create
Register the operational webhook endpoint subscribed to the filter type. Returns 201 with the endpoint object.
2
getSecret
v1.operational-webhook.endpoint.get-secret
Read the operational webhook endpoint's signing secret so the receiver can verify payloads. Returns 200 with the secret key.