{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Inventory Level API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Inventory Level", "type": "folder" }, "items": [ { "info": { "name": "Create an inventory coverage request", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/inventory_coverage", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[npa], filter[nxx], filter[administrative_area], filter[phone_number_type], filter[country_code], filter[count], filter[features], filter[groupBy]" } ] }, "docs": "Creates an inventory coverage request. If locality, npa or national_destination_code is used in groupBy, and no region or locality filters are used, the whole paginated set is returned." } ] } ], "bundled": true }