Gets the list of available DRMs.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
The list of DRMs was successfully received.
curl -i -X GET \ 'https://store.xsolla.com/api/v2/project/{project_id}/items/game/drm'
{- "drm": [
- {
- "sku": "steam_key_1",
- "name": "Steam",
- "drm_id": 1
}, - {
- "sku": "playstation_key_1",
- "name": "Playstation",
- "link": null,
- "drm_id": 2
}
]
}