简体中文
Get all spaces information
cURL
curl --request GET \ --url https://app.teable.cn/api/admin/space \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "name": "<string>", "createdTime": "<string>", "autoJoin": true, "baseCount": 123, "collaboratorCount": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns all spaces information.
The response is of type object[].
object[]