Get list of DRM configuration IDs
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:**
1. Make a GET request to this endpoint.
2. Optionally use the `offset` and `limit` query parameters to paginate through the list of DRM configurations.
3. 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: <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>
Query parameters
offset
Offset determines the starting point for data retrieval within a paginated list.
limit
Limit specifies the maximum number of items to display per page.
Response
DRM configuration(s) retrieved successfully
success
Shows the request status. Returns true for success and false for failure.
data
pagination
Pagination organizes content into pages for better readability and navigation.