Get free public network options
Retrieve the available free public IP addresses for a location.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Query Parameters
location_id*integer
ID of the location
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/network/public/options?location_id=0"{
"message": "Public Network Options",
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"ip_address": "string"
}
]
}