---
title: "Approve or deny a leave request"
method: POST
path: "/api/v3/leaveRequests/{id}/approvals"
tags: ["Leave Requests"]
---

# Approve or deny a leave request

`POST /api/v3/leaveRequests/{id}/approvals`

Approve or deny a single Leave Request by its unique identifier

Only the Leave Requests pending approval can be approved or denied.

A comment is required to deny a Leave Request.

## Request body

- object
  - `approved` boolean
  - `comment` string, nullable

## Response `200`

OK

## Other responses

- `400` — Problem

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
