Retrieve IP information
GET /ips
GET
/ips
Returns a list of IPs with pagination and search capabilities.
Parameters
Query Parameters
page
integer
Page number for pagination
filter
string
Search string to filter IPs
limit
integer
Number of IPs to return per page
Responses
200
Successful response with IP information
object
data
object
ips
Array<object>
object
address
string
dns_name
string
family
object
value
integer
total
Total number of IPs matching the query
integer
pages
Total amount of pages with current limit
integer
limit
Number of IPs per page
integer
success
boolean