Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Returns information about a shared base.

id
string
required
name
string
required
spaceId
string
required
icon
string | null
required
role
enum<string>
required
Available options:
owner,
creator,
editor,
commenter,
viewer
createdBy
string
required
collaboratorType
enum<string>
Available options:
space,
base
restrictedAuthority
boolean
enabledAuthority
boolean
lastModifiedTime
string | null
createdTime
string | null
template
object
createdUser
object
isCanary
boolean
spaceName
string
Last modified on July 17, 2026