---
title: "Mark the status of an appointment as checked-in"
method: PUT
path: "/v1/appointments/{appointment_group_id}/check_in"
---

# Mark the status of an appointment as checked-in

`PUT /v1/appointments/{appointment_group_id}/check_in`

This API helps you to mark the status of an appointment as **checked-in**. By doing so, you can provide your guests the option to self check-in for their scheduled appointments from your CMA and custom Webstore.

You must specify appropriate data for the `appointment_group_id` parameter.

## Path parameters

- `appointment_group_id` string, required

## Response `200`

200

- object
  - `success` boolean
  - `ërror` unknown

## Other responses

- `400` — 400

---

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