{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Wireless Blocklists API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Wireless Blocklists", "type": "folder" }, "items": [ { "info": { "name": "Get all possible wireless blocklist values", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/wireless_blocklist_values", "params": [ { "name": "type", "value": "", "type": "query", "description": "The Wireless Blocklist type for which to list possible values (e.g., `country`, `mcc`, `plmn`)." } ] }, "docs": "Retrieve all wireless blocklist values for a given blocklist type." }, { "info": { "name": "Get all Wireless Blocklists", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/wireless_blocklists", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to load." }, { "name": "page[size]", "value": "", "type": "query", "description": "The size of the page." }, { "name": "filter[name]", "value": "my private gateway", "type": "query", "description": "The name of the Wireless Blocklist." }, { "name": "filter[type]", "value": "country", "type": "query", "description": "When the Private Wireless Gateway was last updated." }, { "name": "filter[values]", "value": "US,CA", "type": "query", "description": "Values to filter on (inclusive)." } ] }, "docs": "Get all Wireless Blocklists belonging to the user." }, { "info": { "name": "Create a Wireless Blocklist", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/wireless_blocklists", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Wireless Blocklist to prevent SIMs from connecting to certain networks." }, { "info": { "name": "Get a Wireless Blocklist", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/wireless_blocklists/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the wireless blocklist." } ] }, "docs": "Retrieve information about a Wireless Blocklist." }, { "info": { "name": "Update a Wireless Blocklist", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/wireless_blocklists/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the wireless blocklist." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Wireless Blocklist." }, { "info": { "name": "Delete a Wireless Blocklist", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/wireless_blocklists/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the wireless blocklist." } ] }, "docs": "Deletes the Wireless Blocklist." } ] } ], "bundled": true }