Navigation :
Server Countries
Return a list of server countries.
Method |
Content Type |
GET |
application/x-www-form-urlencoded |
Variable |
Description |
Optional |
accountserviceid |
The <accountserviceid> to return locations for. |
no |
Example Response
{
"countries" : [
{
"countryid" : <countryid>,
"name" : <name>,
"code" : <code>
},
...
]
}