TimeTrackerpostBffTime-trackerStart
Parameters
1 body
Body · 1
notestringOptional free-form note. Trimmed; empty strings are stored as null.
Request
POST /bff/time-tracker/start
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.