Confirm pre-appointment
POST/v1/checkin/appointments/:id/confirm
Transition a PENDING pre-appointment to CONFIRMED. Missing or AI-rejected supports never block the confirmation; the caller is expected to warn the user beforehand.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 502
Pre-appointment confirmed successfully
Unauthorized - token missing, invalid or expired
Forbidden - your credentials are not authorised for this operation
Not Found - no pre-appointment with that id for your provider
The pre-appointment is not in PENDING status
Bad Gateway - an upstream service (RCM API or storage) is unavailable