Skip to content

Retrieve Multiple Internal Tags

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

This endpoint allows retrieving multiple internal tags of a particular space.

  • :space_id required number

    Numeric ID of a space

  • search string

    Filter by search term

  • by_object_type string

    Filter internal tags by object type. Possible values - asset or component

  • internal_tags The Internal Tag Object[]

    An array of internal tag objects

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