Skip to content

Retrieve Multiple Branches

https://mapi.storyblok.com/v1/spaces/:space_id/branches

Returns an array of branch objects

  • :space_id required number

    Numeric ID of a space

  • by_ids string

    Filter by branch IDs (comma separated)

  • search string

    Filter by search term

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/branches/" \
-H "Authorization: YOUR_OAUTH_TOKEN"

You will receive an array of branch objects.