GET
/
pin
/
list
curl --request GET \
  --url https://app.teable.io/api/pin/list \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "id": "<string>",
    "type": "space",
    "order": 123
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Get pin list, include base pin
id
string
required
type
enum<string>
required
Available options:
space,
base
order
number
required