Skip to main content

Add IP to Access Control List

POST 

/partner/settings/ip_control/:user_domain_idx

Add IPv4 or IPv6 addresses to the allow or block list for the specified domain.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"setting_mode": {
"type": "block",
"mode": "ON"
},
"blocked": {
"ipv4": [
"198.51.100.0/32"
],
"ipv6": []
},
"failed": {
"ipv4": [],
"ipv6": []
}
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject