v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Mark the status of an appointment as checked-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.

put/v1/appointments/{appointment_group_id}/check_in

Path parameters

appointment_group_idstring required

Mandatory Unique 32-character identifier of the required appointment group.

Response

200

successboolean
{"stackTrail":"paths:/v1/appointments/{appointment_group_id}/check_in:put:responses:200:content:application/json:schema:properties:ërror","oasType":"schema","type":"unknown"}

Example response

{
  "success": true
}