cURL
curl --request POST \ --url https://app.synkrony.ai/api/v1/time_logs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "time_log": { "user_id": 1, "start_time": "2026-03-18T10:00:00Z", "task_id": 1, "project_id": 1, "name": "Investigacao tecnica", "end_time": "2026-03-18T11:00:00Z" } } '
{ "data": { "owner_id": 123, "owner_type": "<string>", "id": "<string>", "task": "<string>", "date": "<string>", "type": "<string>", "start_time": "<string>", "assignee": { "id": "<string>", "name": "<string>", "colorId": 123, "profilePictureUrl": "<string>" }, "project_id": 123, "duration": "<string>", "end_time": "<string>", "sprint_id": 123 } }
Documentation IndexFetch the complete documentation index at: https://docs.synkrony.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.synkrony.ai/llms.txt
Use this file to discover all available pages before exploring further.
API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN
Show child attributes
TimeLog created successfully