Skip to main content
GET
/
ip
List IP addresses to whitelist
curl --request GET \
  --url https://app.laravel.cloud/api/ip \
  --header 'Authorization: Bearer <token>'
{
  "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>"
    ]
  }
}

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

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

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