Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Time Entries

Create task time

POST/api/v2/timeEntriesLog time against a task
bash
curl -X POST \
  -H 'Content-Type: application/json' \
  -H 'Authorization: bearer YourTokenHere' \
  -d '{
    "date": "2026-09-01",
    "hours": "8",
    "timeCode": 109369,
    "task": 15984213,
    "isBillable": false
  }' \
  'https://app.celoxis.com/psa/api/v2/timeEntries'