Gets the list of available DRMs.
The list of DRMs was successfully received.
curl -i -X GET \ 'https://store.xsolla.com/api/v2/project/{project_id}/items/game/drm' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "drm": [
- {
- "sku": "steam",
- "name": "Steam",
- "drm_id": 1
}, - {
- "sku": "playstation",
- "name": "Playstation",
- "drm_id": 2
}
]
}