Authenticated
Get projects
Returns a list of projects associated with the authenticated user.
get/api/v1/authenticated/projects
Query parameters
include_archivedboolean
Include archived projects (true/false)
Response
successful
Example response
{
"projects": [
{
"name": "hackatime",
"total_seconds": 3600
}
]
}