Retrieves external IDs and names of the created game entities.
X-HOST-ID required | string <uuid> A unique header issued by Xsolla. To obtain it, please contact the integration team at integration@xsolla.com or your Customer Success Manager at csm@xsolla.com. Provide them with the project ID and merchant ID. Keep X-HOST-ID confidential, as it is part of the authentication key. |
The list of created games was successfully recieved.
Unauthorized.
Unprocessable entity.
curl -i -X GET \ 'https://metaframe.xsolla.com/web/backpack/merchants/{merchantId}/projects/{projectId}/games' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'X-HOST-ID: 497f6eca-6276-4993-bfeb-53cbbbba6f08'
[- {
- "external_game_id": "string",
- "game_name": "string"
}
]