简体中文
Get pin list
cURL
curl --request GET \ --url https://app.teable.cn/api/pin/list \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "type": "space", "order": 123, "name": "<string>", "icon": "<string>", "parentBaseId": "<string>", "viewMeta": { "tableId": "<string>", "type": "grid", "pluginLogo": "<string>" } } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get pin list, include base pin
The response is of type object[].
object[]