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