get
https://api.fastpix.io/v1/on-demand//playback-ids
Retrieves all playback IDs associated with a given media asset, including each playback ID’s access policy and detailed access restrictions such as allowed or denied domains and user agents.
How it works:
- Send a
GETrequest to this endpoint with the targetmediaId. - The response includes an array of playback ID records with their respective access controls.
Use case: Useful for validating and managing playback permissions programmatically, reviewing restriction settings, or powering an access control dashboard.