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.
The response is of type object.
object
Was this page helpful?