Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the Wireless Blocklist.

Example:

"My Wireless Blocklist"

type
enum<string>
required

The type of wireless blocklist.

Available options:
country,
mcc,
plmn
Example:

"country"

values
string[]
required

Values to block. The values here depend on the type of Wireless Blocklist.

ISO 3166-1 Alpha-2 Country Code.

Example:

"US"

Example:

Response

Successful Response

data
object