Skip to content
GET
https://mapi.storyblok.com/v1/spaces

Returns an array of space objects.

  • spaces object[]

    An array of space objects.

    Show child properties
    • name string

      Name of the space.

    • id number

      Numeric ID of the space.

    • region string

      Region of the space.

    • owner_id number

      Numeric ID of the space owner.

    • updated_at string

      Last update date (Format: yyyy-MM-dd'T'HH:mm:ssZ).

    • plan string

      Space plan name.

    • requires_2fa boolean

      Indicates if two-factor authentication is required.

    • created_at string

      Creation date (Format: yyyy-MM-dd'T'HH:mm:ssZ).

    • org_id number

      Organization ID if the space belongs to an organization.

    • space_type string

      Type of the space.

    • space_roles object[]

      Available roles in the space.

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

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.