Skip to content

Retrieve a Single Space Role

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

Returns a single, space role object by providing a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :space_role_id required number

    Numeric ID of the space role

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