简体中文
Get space manage detail
cURL
curl --request GET \ --url https://app.teable.cn/api/enterprise/%7BorganizationId%7D/space-manage/%7BspaceId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "name": "<string>", "isOrganization": true, "base": [ { "id": "<string>", "name": "<string>", "icon": "<string>" } ], "collaboratorCount": 123, "externalUserCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get space manage detail successfully
The response is of type object.
object