Skip to main content
POST
/
v4
/
handoff
/
appointment
Handoff appointment to another user or queue
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>"
}
'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Body

application/json
appointmentId
string
required

ID of the appointment to handoff

userId
string

ID of user to handoff appointment to

queueId
string

ID of queue to handoff appointment to

queueGroupId
string

ID of queue group to handoff appointment to

Response

Appointment successfully handed off