---
title: "Endpoint Clock In"
method: POST
path: "/api/holded/worktimes/clockin"
tags: ["holded", "holded"]
---

# Endpoint Clock In

`POST /api/holded/worktimes/clockin`

Ficha la entrada del técnico en Holded.

**🔒 Endpoint Protegido:** Requiere autenticación JWT.

## Request body

- ClockInRequest
  - `employee_id` string, required

## Response `200`

Successful Response

- ClockInResponse
  - `success` boolean, required
  - `worktime_id` string, required
  - `start_date` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
