---
title: "Check in appointments"
method: POST
path: "/api/business/{businessId}/branch/{branchId}/client/{clientId}/checkin"
tags: ["CheckIn"]
---

# Check in appointments

`POST /api/business/{businessId}/branch/{branchId}/client/{clientId}/checkin`

Check in appointments for the specified business id, branch id and client id in the specified time range (defaults to today)

## Path parameters

- `businessId` string, required
- `branchId` string, required
- `clientId` string, required

## Query parameters

- `date` string, date

## Response `200`

Appointments checked in successfully

## Other responses

- `400` — Bad Request
- `404` — Business, branch or client with the specified ids don't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/versions/2218bc90d39c/schema)
