Returns a list of active whitelisted IPs.

Example Request:

curl -X GET "https://app-api.geonode.com/api/configuration/active/whitelisted-ips?page=1&perPage=10" \
--user "geonode_username:geonode_password" 

Example Response (200 - Success):

{
  "data": [
    {
      "ip": "161.142.148.150",
      "description": "updated-description",
      "_id": "67a0a5bbb412ddaf6f139b3b"
    },
    {
      "ip": "161.142.148.141",
      "description": "mac-m1",
      "_id": "67a875f693afe58d40f2e93d"
    }
  ]
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!