Get a specific simulcast

Retrieves the details of a specific simulcast associated with a parent live stream. By providing both the `streamId` of the parent stream and the `simulcastId`, FastPix returns detailed information about the simulcast, such as the stream URL, the status of the simulcast, and metadata. #### Example This endpoint can be used to verify the status of the simulcast on external platforms before the live stream begins. For example, before starting a live gaming event, the organizer wants to ensure that the simulcast to Twitch is set up correctly. They retrieve the simulcast information to confirm that everything is properly configured.

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

streamIdstringRequired
After creating a new live stream, FastPix assigns a unique identifier to the stream.
simulcastIdstringRequired
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.

Response

Stream's simulcast details fetched successfully
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject
Displays the result of the request.