Get playbackId details
Retrieves details for an existing playback ID. When you provide the playbackId returned from a previous stream or playback creation request, FastPix returns the associated playback information, including the access policy.
#### Example
A developer needs to confirm the access policy of the playback ID to ensure whether the stream is public or private for viewers.
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://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>
Path parameters
streamId
After creating a new live stream, FastPix assigns a unique identifier to the stream.
playbackId
After creating a new playbackId, FastPix assigns a unique identifier to the playback.
Response
Stream details retrieved successfully
success
Shows the request status. Returns true for success and false for failure.
data