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 name of the region
"Europe"