DocsAPI ReferenceTime Tracker/bff/time-tracker/start
postTime TrackerAdmin BFF

/bff/time-tracker/start

Start a stopwatch measurement

TimeTrackerpostBffTime-trackerStart

Parameters

1 body

1 total
Body · 1
notestring

Optional free-form note. Trimmed; empty strings are stored as null.

Request

POST /bff/time-tracker/start

post
curl -X POST "https://api.bizkithub.com/bff/time-tracker/start" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "note": "example_note"
}'

Response

JSON payload

{
  "running": {
    "id": 0,
    "startedAt": "example_startedAt"
  }
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key