Retrieve A Live Session
Retrieves the details of an existing live session. The live session’s id that was returned upon retrieving all live sessions is required for identifying the exact one to be retrieved.
/v1/live_entities/:entity_id/live_sessions/:id
GET
https://api.uiza.sh/v1/live_entities/:entity_id/live_sessions/:id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The identifier of the live session to be retrieved. |
entity_id | string | The identifier of the live entity whose live sessions are to be retrieved. |
Sample Request
Last updated