Svix · Arazzo Workflow
Svix Endpoint Health Check
Version 1.0.0
Send an example message to an endpoint and read its delivery statistics.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
endpoint-health-check
Send an example message to an endpoint and report its delivery stats.
Verifies the endpoint, sends an example message of the given event type, and reads the endpoint's delivery statistics.
1
getEndpoint
v1.endpoint.get
Confirm the endpoint exists before testing it. Returns 200 with the endpoint object.
2
sendExample
v1.endpoint.send-example
Send the event type's example payload to the endpoint to exercise it. Returns 202 Accepted with the message object.
3
getStats
v1.endpoint.get-stats
Read the endpoint's delivery statistics to report success and failure counts. Returns 200 with the stats object.