We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL POST /api/checkin
POST /api/checkin
Check in as client. With or without a project.
Request
{ "token": "CB23C3395153D2414CE7FF22F925776DBF72BF309", /* Login token */ "project": "Time Rest" /* Name of the project, can be empty */ }
Response success
{ "success": true, /* If the action was succesfull */ "checked_in": true /* If the user was checked in (otherwise checked out) */ }
Response fail
{ "success": false, "reason": "Invalid token" }