🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/pin/ \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"type":"space","id":"string"}'
Add pin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
space
base
table
view
dashboard
workflow
app
Add pin successfully
Was this page helpful?