cURL
curl https://api.bey.dev//v1/session \ -H "x-api-key: $BEY_API_KEY"
[ { "id": "01234567-89ab-cdef-0123-456789abcdef", "created_at": "2022-01-01T00:00:00Z", "avatar_id": "01234567-89ab-cdef-0123-456789abcdef", "livekit_url": "wss://<your-domain>.livekit.cloud", "livekit_token": "<your-livekit-token>" } ]
List all Real-Time API sessions that the owner of the API key has started.
Your Beyond Presence API Key.
Successful Response
The response is of type SessionResponseModel · object[].
SessionResponseModel · object[]