Xsolla-logo

List age restrictions for projectServer-side

get/projects/{project_id}/age_rating

Returns a list of countries with age restrictions in a project.

SecurityServer
Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

Responses
200

OK

403

Access denied

422

Unprocessable entity

500

Internal server error

Request samples
curl --request GET \
  --url https://login.xsolla.com/api/projects/{project_id}/age_rating \
  --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
Response samples
application/json
[
  • {
    }
]