Skip to main content
GET
/
ip
List IP addresses to whitelist
curl --request GET \
  --url https://cloud.laravel.com/api/ip
{
  "us-east-2": {
    "ipv4": [
      "<string>"
    ],
    "ipv6": [
      "<string>"
    ]
  },
  "us-east-1": {
    "ipv4": [
      "<string>"
    ],
    "ipv6": [
      "<string>"
    ]
  },
  "eu-west-2": {
    "ipv4": [
      "<string>"
    ],
    "ipv6": [
      "<string>"
    ]
  },
  "eu-central-1": {
    "ipv4": [
      "<string>"
    ],
    "ipv6": [
      "<string>"
    ]
  },
  "ap-southeast-1": {
    "ipv4": [
      "<string>"
    ],
    "ipv6": [
      "<string>"
    ]
  },
  "ap-southeast-2": {
    "ipv4": [
      "<string>"
    ],
    "ipv6": [
      "<string>"
    ]
  }
}

Query Parameters

region
enum<string> | null
Available options:
us-east-2,
us-east-1,
eu-central-1,
eu-west-1,
eu-west-2,
ap-southeast-1,
ap-southeast-2,
ca-central-1,
me-central-1

Response

us-east-2
object
us-east-1
object
eu-west-2
object
eu-central-1
object
ap-southeast-1
object
ap-southeast-2
object