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