Skip to content

Backup a Space

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

Trigger the backup task for your space. Make sure you’ve configured backups in your space options.

  • :space_id required number

    Numeric ID of a space

curl "https://mapi.storyblok.com/v1/spaces/12422/backups" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{}"