Storyblok · Arazzo Workflow
Storyblok Publish and Verify Delivery
Version 1.0.0
Publish a draft story via the Management API and verify it is live through the Content Delivery API.
View Spec
View on GitHub
CMSContent DeliveryContent ManagementHeadless CMSImage OptimizationREST APIVisual EditorWebhooksArazzoWorkflows
Provider
Workflows
publish-and-verify-delivery
Publish a story and confirm it is served by the Content Delivery API.
Reads the management copy of a story, publishes it, and then verifies the published version is retrievable via the public delivery token.
1
getStory
getManagementStory
Read the management copy of the story to confirm it exists before publishing.
2
publishStory
publishStory
Publish the current draft version of the story.
3
verifyDelivery
getStoryById
Fetch the published story from the public Content Delivery API by its numeric ID to confirm the published version is being served.
Source API Descriptions
openapi