get https://api.fastpix.io/v1/on-demand/drm-configurations/
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:
- Make a GET request to this endpoint, replacing
{drmConfigurationId}
with the UUID of the DRM configuration. - The response will contain the associated DRM configuration ID.
Related guide: Manage DRM configuration