get https://api.fastpix.io/v1/on-demand/drm-configurations
This endpoint retrieves the DRM configuration (DRM ID) associated with a workspace. It returns a list of DRM configurations, identified by a unique DRM ID, which is used for creating DRM encrypted asset.
How it works:
- Make a GET request to this endpoint.
- Optionally use the
offset
andlimit
query parameters to paginate through the list of DRM configurations. - The response includes a list of DRM IDs and pagination metadata.
Example:
A media service provider may retrieve DRM configuration for a workspace to create DRM content.
Related guide: Manage DRM configuration