---
title: "Pre-approve an existing inquiry (Airbnb)"
method: POST
path: "/reservations-api/reservations/{reservationId}/pre-approve"
tags: ["Pre-approve inquiry"]
---

# Pre-approve an existing inquiry (Airbnb)

`POST /reservations-api/reservations/{reservationId}/pre-approve`

Use this call to send a [pre-approval](https://www.airbnb.com/help/article/35).

## Path parameters

- `reservationId` string, required

## Response `200`

Successful operation

- object
  - `_id` string, required
  - `accountId` string, required
  - `listingId` string, required
  - `status` string, required
  - `checkInDateLocalized` string, date-time, required
  - `checkOutDateLocalized` string, date-time, required
  - `preApproveState` boolean, required
  - `pendingTasks` unknown[], required
    - unknown
  - `integration` object, required
    - `platform` string
    - `_id` string

## Other responses

- `400` — Invalid request
- `500` — Unhandled exception. Something went wrong on server.

---

[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/versions/7c62644070f2/schema)
