Does Tickr have a public API?
Short answer
Section titled “Short answer”Yes — under /api/v1/..., authenticated by API key. Full documentation
is published at /en/api/.
Details
Section titled “Details”The public API covers:
- Projects, clients, tasks, tags (read + write).
- Time entries (read + bulk upsert + per-entry edit).
- Cursor-paginated lists, RFC 7807 errors, per-key rate limiting.
To get started:
-
Create an API key (Settings → API keys).
-
Try it:
Fenêtre de terminal curl https://tickr.coderise.cloud/api/v1/projects \-H "Authorization: Bearer tkr_live_<random>" -
Browse the endpoint reference for the full list.