Get media asset
GET/media/:mediaId
Returns the current representation of a Media
asset, containing detailed information such as its name
, description
, and, for video/audio assets, the playlist URL. Use the optional channelId
parameter to retrieve a Media
asset in the context of a Channel
for embedding purposes. Iframe embeddings will then be based on the Channel
design options like playerDesign
.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.