Important endpoints

Configuration

Get LayerOps public IPs

Returns the list of public IP addresses used by LayerOps infrastructure. This endpoint is useful for configuring firewall rules and network access control lists.

URL: GET https://api.layerops.com/v1/config/publicIps

Response Example:

{
  "ips": [
    "5.39.1.7/32",
    "51.159.95.50/32",
    "62.210.28.100/32",
    "87.98.148.68/32",
    "195.154.48.10/32",
    "212.129.25.20/32"
  ]
}