Skip to content

Retrieve Multiple Collaborators

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

Retrieve a paginated array of collaborator objects.

  • :space_id required number

    Numeric ID of a space

  • per_page number

    Default: 25. Max: 100. Learn more about Pagination.

  • page number

    Default: 1. Learn more about Pagination.

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