English
Get user last visited resource
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/user/last-visit \ --header 'Authorization: Bearer <token>'
{ "resourceType": "base", "resourceId": "<string>", "childResourceId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
base
table
view
dashboard
automation
app
Returns data about user last visit.
Was this page helpful?