Approve an Appointment
POST /api/dashboard/appointments/approve
Section titled “ /api/dashboard/appointments/approve”This endpoint allows you to approve a requested appointment.
Security
Section titled “Security”This endpoint requires authentication. You must include a valid API key in the request header.
Permission(s) Required: VIEW_APPOINTMENTS
Request Body
Section titled “Request Body”{ "id": string}
id
UUID of the appointment.