Real-Time API Sessions
Get Session
Get a Real-Time API session by ID.
GET
Authorizations
Your Beyond Presence API Key.
Path Parameters
Response
200
application/json
Successful Response
Represents a Beyond Presence Real-Time API session.
The unique identifier (ID) of the session.
Example:
"01234567-89ab-cdef-0123-456789abcdef"
The timestamp of when the session was created.
Example:
"2022-01-01T00:00:00Z"
The ID of the avatar used in the session.
Example:
"01234567-89ab-cdef-0123-456789abcdef"
The LiveKit URL you chose when creating your LiveKit project.
Example:
"wss://<your-domain>.livekit.cloud"
The LiveKit token used to join your LiveKit room.
Example:
"<your-livekit-token>"