Gets list of regions.
You can use a region for managing your regional restrictions.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
List of regions was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "regions": [
- {
- "id": 44,
- "name": {
- "en-US": "Asia",
- "de-DE": "Asien"
}
}, - {
- "id": 45,
- "name": {
- "en-US": "CIS",
- "de-DE": "GUS"
}
}
]
}