Whitelist IP
Whitelist IP
Retrieve a list of whitelist IP addresses, with optional pagination and search
Authorizations
Query parameters
allbooleanOptional
Retrieve all records without pagination
searchstringOptional
Search term for filtering results
per_pageintegerOptional
Number of items per page (default: 15)
pageintegerOptional
Page number
Responses
200
Successful operation
application/json
get
/api/organizations/{organization}/whitelist-ip200
Successful operation
Authorizations
Path parameters
idintegerRequired
ID of the Whitelist IP entry to delete
Responses
200
Successful operation
application/json
401
Unauthenticated
404
Whitelist IP entry not found
application/json
delete
/api/organizations/{organization}/whitelist-ip/{whitelistIp}Last updated