Skip to content

Get Unpublished Dependencies

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/stories/unpublished_dependencies

This endpoint is used to get unpublished dependencies of a story.

  • :space_id required number

    Numeric ID of a space

  • story_ids number[]

    List of story IDs

  • release_id number

    ID of a release. If this is passed, the endpoint looks for unpublished dependencies in this specific release.

curl "https://mapi.storyblok.com/v1/spaces/296898/stories/unpublished_dependencies" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"story_ids\":[522672112,534980620]}"