---
title: "Approve a pending time off request"
method: POST
path: "/v1/org/{orgId}/timeoff/{timeOffId}/approve"
tags: ["timeoff"]
---

# Approve a pending time off request

`POST /v1/org/{orgId}/timeoff/{timeOffId}/approve`

## Path parameters

- `orgId` string, required
- `timeOffId` string, required

## Query parameters

- `targetApproverJobId` string

## Request body

- TimeOffApproval
  - `message` string

## Response `204`

time off approved

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found
- `500` — Not Implemented

---

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