Get all playback IDs details for a media

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:** 1. Send a `GET` request to this endpoint with the target `mediaId`. 2. 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.

Authentication

AuthorizationBasic
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request. - <b>Username:</b> Access Token ID - <b>Password:</b> Secret Key Activate your FastPix account to generate your API credentials. <a href="https://docs.fastpix.io/docs/activate-account" target="_blank">See the guide here</a>

Path parameters

mediaIdstringRequiredformat: "uuid"

Response

Successfully retrieved playback IDs and their restrictions
successboolean
Shows the request status. Returns true for success and false for failure.
datalist of objects