Account Management API
Whitelist/Blacklist Domain(s)
Add domain to Zone whitelist or blacklist
POST
/
zone
/
domain_perm
Warning: This API can modify your account settings, damage your operations or incur charges.
Paste your API token to the authorization field. To get a token, Create an account and learn how to generate a token
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
zone
string
requiredZone name
type
enum<string>
requiredwhitelist
to whitelist domain(s), blacklist
to blacklist domain(s)
Available options:
whitelist
, blacklist
domain
string
space separated list of domains
Was this page helpful?