Svix · Arazzo Workflow
Svix Create Integration and Retrieve Key
Version 1.0.0
Create an integration on an application and read back its API key.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
create-integration-and-key
Create an application integration and return its API key.
Verifies the application, creates an integration on it, and retrieves the integration's API key.
1
getApplication
v1.application.get
Confirm the application exists before creating the integration. Returns 200 with the application object.
2
createIntegration
v1.integration.create
Create the named integration on the application. Returns 201 with the integration object.
3
getIntegrationKey
v1.integration.get-key
Read the integration's API key so it can be shared with the integrating party. Returns 200 with the key.