Retrieve the next available hosts from the queue rotation
curl --request GET \
--url https://api.example.com/v4/queue/{queueId}/next \
--header 'x-meetergo-api-user-id: <api-key>'{
"userIds": [
"<string>"
],
"groupId": "<string>"
}User ID to act as when using API Key authentication (required with API Key)
ID of the queue
curl --request GET \
--url https://api.example.com/v4/queue/{queueId}/next \
--header 'x-meetergo-api-user-id: <api-key>'{
"userIds": [
"<string>"
],
"groupId": "<string>"
}