Returns a list of countries with age restrictions in a project.
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Access denied
Unprocessable entity
Internal server error
curl --request GET \ --url https://login.xsolla.com/api/projects/{project_id}/age_rating \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
[- {
- "age": 0,
- "country_code": "string",
- "rating_name": "string"
}
]