{ "opencollection": "1.0.0", "info": { "name": "NetBird REST Accounts Geo Locations API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Geo Locations", "type": "folder" }, "items": [ { "info": { "name": "List all country codes", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/locations/countries", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get list of all country in 2-letter ISO 3166-1 alpha-2 codes" }, { "info": { "name": "List all city names by country", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/locations/countries/:country/cities", "params": [ { "name": "country", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of all English city names for a given country code" } ] } ], "bundled": true }