Authenticated
Get hours
Returns the total coding hours for the authenticated user.
get/api/v1/authenticated/hours
Query parameters
start_datestring
Start date (YYYY-MM-DD)
end_datestring
End date (YYYY-MM-DD)
Response
successful
Example response
{
"start_date": "2024-03-13",
"end_date": "2024-03-20",
"total_seconds": 153000
}