🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request POST \ --url https://app.teable.ai/api/user/last-visit \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"resourceType":"space","resourceId":"string","parentResourceId":"string","childResourceId":"string"}'
Update or create user last visit record
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
space
base
table
view
dashboard
workflow
app
Successfully updated user last visit record.
Was this page helpful?