English
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/shared-base \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "spaceId": "<string>", "icon": "<string>", "role": "owner", "collaboratorType": "space", "restrictedAuthority": true, "enabledAuthority": true, "spaceName": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns information about a shared base.
owner
creator
editor
commenter
viewer
space
base
Was this page helpful?