{ "opencollection": "1.0.0", "info": { "name": "Altruistiq Datasource Location API", "version": "1.0.0" }, "items": [ { "info": { "name": "Location", "type": "folder" }, "items": [ { "info": { "name": "Get A List Of Countries", "type": "http" }, "http": { "method": "GET", "url": "https://app.altruistiq.com/api/public/v1/location/countries", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a list of countries with their alpha_2 codes and names." }, { "info": { "name": "Get Country Subdivisions By Country Code", "type": "http" }, "http": { "method": "GET", "url": "https://app.altruistiq.com/api/public/v1/location/countries/:countryCode/subdivisions", "params": [ { "name": "countryCode", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a list of country subdivisions for a specific country by its alpha-2 code." } ] } ], "bundled": true }