Players

This endpoint returns the rendered player code to be displayed in an iframe on the host web page.

http: ///public/api/players/{playerId}/embed

Table 1. Parameters

Parameter Parameter Type Data Type Mandatory Description
playerId Path Long Yes The ID of the player to be rendered.
token Query String Yes The account token of which the player belongs.
noCache Query Boolean No If not specified or false the rendered player will be retrieved from the cache, if set as “true”, the player render will be generated at the API call

An example of an API call:

http://10.13.1.85:18106/public/api/players/13640/embed?token=w8qZG3GJSR

We have not provided an example of a response for this call, because the response will differ depending on the template used.