---
title: "Approve a channel reservation"
method: POST
path: "/reservations-v3/{reservationId}/approve"
tags: ["Reservations Open Api [Beta]"]
---

# Approve a channel reservation

`POST /reservations-v3/{reservationId}/approve`

Approve a channel reservation that is in 'reserved' status. This endpoint creates an approval request that will be processed asynchronously. The reservation must be from a channel (like Airbnb, Booking.com, etc.) and in 'reserved' status to be approved.

## Path parameters

- `reservationId` string, required

## Response `200`

Approval request created successfully

## Other responses

- `201`
- `400` — Returned if the reservation is not in a valid status for approval or if required fields are missing
- `422` — Returned if there is a validation error in the request
- `500` — Indicates server-side error while processing the request

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/revisions/7c62644070f2/schema)
