builtin, static config, local journal, shared db table, remote url lists) plus allow-list runtime status.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/allowed_ips' \
--header 'Authorization: Bearer <token>'{
"status": {
"property1": "string",
"property2": "string"
},
"entries": [
{
"cidr": "string",
"source": "builtin",
"comment": "string",
"addedBy": "string",
"addedAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z"
}
]
}