---
title: "Endpoint Unpause"
method: POST
path: "/api/holded/worktimes/unpause"
tags: ["holded", "holded"]
---

# Endpoint Unpause

`POST /api/holded/worktimes/unpause`

Reanuda el fichaje pausado del técnico en Holded.

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

## Request body

- PauseRequest
  - `employee_id` string, required

## Response `200`

Successful Response

- PauseResponse
  - `success` boolean, 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)
