Retrieves detailed information about a specific video player within a library. This includes player configuration, associated videos, playback settings, and any customization options.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
🟠400Bad Request
🟠401Unauthorized
🟠404Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064/players/a7f590b4-3fd7-42a4-82bb-a7cfa6aa9d04' \
--header'Authorization: Bearer <token>'