{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Country Coverage API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Country Coverage", "type": "folder" }, "items": [ { "info": { "name": "Get country coverage", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/country_coverage" }, "docs": "Get country coverage" }, { "info": { "name": "Get coverage for a specific country", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/country_coverage/countries/:country_code", "params": [ { "name": "country_code", "value": "", "type": "path", "description": "Country ISO code." } ] }, "docs": "Get coverage for a specific country" } ] } ], "bundled": true }