POST/me/clockin.json

Clock me in

This will clock you in under which ever API Key you are currently using.


Request Examples

Example Request

POST
/me/clockin.json
curl --request GET \
     --url https://{site_name}.teamwork.com/stats.json

Responses

  • Code
    201
    Type
    object
    Schema
    Description
    201 Response

Examples

201 Response

application/json
{
  "STATUS": "OK"
}