---
title: "Confirm Follow-Up Appointment"
method: PUT
path: "/dr/v1/appointment/{appointment_id}/follow-up/confirm"
tags: ["Appointment API"]
---

# Confirm Follow-Up Appointment

`PUT /dr/v1/appointment/{appointment_id}/follow-up/confirm`

### Overview

This API endpoint confirms an existing follow-up appointment by changing its status from INITIATED to BOOKED.

## Path parameters

- `appointment_id` string, required

## Query parameters

- `partner_id` string

## Headers

- `auth` string, required

## Request body

- object
  - `start_time` integer — Start time of the appointment in epoch
  - `end_time` integer — End time of the appointment in epoch

## Response `204`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
