Get DRM configuration by ID

This endpoint retrieves a DRM configuration ID. It is used to fetch the DRM-related ID for a workspace, typically required when validating or applying DRM policies to video assets. **How it works:** 1. Make a GET request to this endpoint, replacing `{drmConfigurationId}` with the UUID of the DRM configuration. 2. The response contains the associated DRM configuration ID. Related guide: <a href="https://docs.fastpix.io/docs/secure-playback-with-drm">Manage DRM configuration</a>

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

drmConfigurationIdstringRequiredformat: "uuid"
The unique identifier of the DRM configuration.

Response

DRM configuration retrieved successfully
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject