📣 this endpoint provides all the players under a library . In this GET request the library ID has to be provided✳ list of URL parameters -library_id = 36 character in length📢 Info message : Here URL is contructed like GET/libraries/<library_id>/players
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200OK
application/json
Body
🟢200OK
🟢200OK empty response
🟢200OK
🟢200OK final2
🟢200OK final 23
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.tenbyte.io/libraries//players' \
--header'Authorization: Bearer <token>'