Changes the host of an appointment to another user, queue, or queue group.
cURL
curl --request POST \ --url https://api.example.com/v4/handoff/appointment \ --header 'Content-Type: application/json' \ --header 'x-meetergo-api-user-id: <api-key>' \ --data ' { "appointmentId": "<string>", "userId": "<string>", "queueId": "<string>", "queueGroupId": "<string>" } '
User ID to act as when using API Key authentication (required with API Key)
ID of the appointment to handoff
ID of user to handoff appointment to
ID of queue to handoff appointment to
ID of queue group to handoff appointment to
Appointment successfully handed off