Skip to main content
POST
/
api
/
auth
/
activity
Track authenticated user activity heartbeat
curl --request POST \
  --url https://your-instance.example.com/api/auth/activity \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

Activity tracked

success
boolean
required
Example:

true