get https://api.fastpix.io/v1/on-demand//playback-ids/
This endpoint retrieves details about a specific playback ID associated with a media asset. This endpoint is commonly used to check the access policy (e.g., public or private) with the specific playback ID.
How it works:
- Make a GET request to the endpoint, replacing
{mediaId}
with theid
of the media, and{playbackId}
with the specific playback ID. - Useful for auditing or validation before granting playback access in your application.
Example: A media platform might use this endpoint to verify if a playback ID is public or private before embedding the video in a frontend player or allowing access to a restricted group.