Skip to main content
GET
/
v4
/
queue
/
{queueId}
/
next
Get next available hosts from 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>"
}

Authorizations

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

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

Path Parameters

queueId
string
required

ID of the queue

Response

200 - application/json

Next queue hosts retrieved successfully

userIds
string[]
required

Array of user IDs for the next queue hosts

groupId
string

Optional group ID if hosts are from a specific group