Skip to main content
GET
/
realtime
/
v1
/
channels
/
{channel}
/
presence
Get channel presence
curl --request GET \
  --url https://api.voyant.travel/realtime/v1/channels/{channel}/presence \
  --header 'Authorization: Bearer <token>'
[
  {
    "clientId": "<string>",
    "data": "<unknown>",
    "joinedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Path Parameters

channel
string
required

Response

200 - application/json

Presence members

clientId
string
required
data
any
required
joinedAt
string<date-time>
required