---
title: "Confirm Appointment"
method: PUT
path: "/consumer/v1/appointments/{id}/confirm"
tags: ["Appointments"]
---

# Confirm Appointment

`PUT /consumer/v1/appointments/{id}/confirm`

Use this endpoint to **Confirm** an appointment. This updates the boolean confirmed field to TRUE. **NOTE:** If the appointment status is set to "RS", Reserved, it also updates the status of the appointment to "BK", Booked.

For more information: [Appointment Overview](https://onsched.readme.io/docs/appointments-overview)

## Path parameters

- `id` integer, required

## Query parameters

- `undo` boolean

## Response `200`

Success

---

[API](https://skmtc.net/onsched/apis/onsched-consumer-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-consumer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-consumer-api/versions/1cd2a28a0305/schema)
