cURL
curl --request GET \ --url https://app-api.geonode.com/api/configuration/active/whitelisted-ips \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "ip": "161.142.148.150", "description": "updated-description", "_id": "67a0a5bbb412ddaf6f139b3b" } ] }
Returns a list of active whitelisted IPs.
Basic authentication using username:password.
username:password
Specifies the response format.
application/json
Successful response containing a list of active whitelisted IPs.
Show child attributes
The IP address of the whitelisted entity.
"161.142.148.150"
A brief description associated with the whitelisted IP.
"updated-description"
The unique identifier assigned to the whitelisted IP entry.
"67a0a5bbb412ddaf6f139b3b"
Was this page helpful?