Create a Wireless Blocklist
Create a Wireless Blocklist to prevent SIMs from connecting to certain networks.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The name of the Wireless Blocklist.
Example:
"My Wireless Blocklist"
The type of wireless blocklist.
Available options:
country, mcc, plmn Example:
"country"
Values to block. The values here depend on the type of Wireless Blocklist.
ISO 3166-1 Alpha-2 Country Code.
Example:
"US"
Example:
["CA", "US"]
Response
Successful Response
JavaScript