Gets codes loading session information.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
session_id required | string Default: "fc7105b6e8ee01339582970b37697242" Session ID. |
Codes loading session information was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Codes loading session not found.
curl -i -X GET \ -u <merchant_id_or_project_id>:<api_key> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/items/game/key/upload/session/{session_id}'
{- "session_id": "fc7105b6e8ee01339582970b37697242",
- "count_uploaded": 0,
- "count_total": 100,
- "count_skipped": 10,
- "status": "processing"
}