Adding of list

Description

No

Request code

OC_ADDIPLIST

Request errors

Request code Code meaning Explanation
QE_LIMIT_EXCEEDED Limit exceeded Exceeded the maximum number of IP lists in the account

Request body

"Action":<OC_ADDIPLIST>,
 "Data":{
 "Token":<MyToken>,
 "Name":<MyName>
}

Response body

"Status":"Success",
 "Data":{
 "List ID":<NewListID>
}

Additionally

  • If adding of the list is successful, the server returns the identifier of added list.