Get a playback ID

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:

  1. Make a GET request to the endpoint, replacing {mediaId} with the id of the media, and {playbackId} with the specific playback ID.
  2. 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.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!