API Documentation
Home > Total Uptime APIv2.0 Overview > Networking API > Retrieve All Unassigned IP Addresses

Retrieve All Unassigned IP Addresses

Method:              GET
URI:                      /Account/IPAddress/Unused/All?{options}

This method will retrieve all of the unused IP Addresses in your account, if any. An IP address ID is required when publishing your Pack.

The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than one, the 2nd one onwards should be preceded by an ampersand “&” character. The options include:

Parameter Description
perpage={perpage}
An integer for number of items you would like returned in this response E.g. {20}
pageno={page} An integer for the page number (only applicable if the perpage is used) E.g. {1}