cURL
curl --request GET \ --url https://api.steamsets.com/v1/location.getLocations \ --header 'Authorization: Bearer <token>'
[ { "countries": [ { "code": "<string>", "name": "<string>", "states": [ { "cities": [ { "name": "<string>" } ], "code": "<string>", "name": "<string>" } ] } ], "name": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The countries of the region
Show child attributes
The code of the country
The name of the country
The states of the country
The cities of the state
The name of the city
The code of the state
The name of the state
The name of the region