Get a specific player from the CMS.

📘

The player is a dynamic entity

The response of this call can change based on different variable depending on the way the workflow containing the player was set up

Custom query parameters

When calling this endpoint, you have the option to pass additional query parameters that will be evaluated by the workflow in which the player is being used. This functionality provides an additional layer of flexibility and allows you to pass parameters to the workflow that can yield a different result in the player object that is returned from this call.

For example, you can get the player and pass a custom query parameter like this:

curl --request GET \
  --url https://api.videoflow.io/1.0/players/we6S231D?style=dark

The query parameter style will be passed to the workflow with the value dark and will be used as part of the evaluation process.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!