v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Insert Guests' Feedback into Zenoti

This API inserts a guest's feedback (which has been collected by using a third-party software) on a specific appointment into Zenoti.

For example, an organization uses a third-party software to collect guests' feedback on their appointments. You can then use this API to insert the collected guest feedback from that third-party software into Zenoti.

You must specify appropriate data for the appointment_group_id parameter.

post/v1/appointments/{appointment_group_id}/feedbacks

Path parameters

appointment_group_idstring required

Unique 32-character ID of the guest's appointment. This is a mandatory parameter.

Response

200

successboolean

Example response

{
  "success": true
}