Xsolla-logo

Get list of regionsServer-sideAdmin

get/v2/project/{project_id}/admin/region

Gets list of regions.

You can use a region for managing your regional restrictions.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
Responses
200

List of regions was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

Request samples
Response samples
application/json
{
  • "regions": [
    ]
}