Skip to main content
GET
/
v1
/
ip_ranges
Retrieves IP ranges
curl --request GET \
  --url https://api.rootly.com/v1/ip_ranges \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "type": "ip_ranges",
    "attributes": {
      "integrations_ipv4": [
        "<string>"
      ],
      "integrations_ipv6": [
        "<string>"
      ],
      "webhooks_ipv4": [
        "<string>"
      ],
      "webhooks_ipv6": [
        "<string>"
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/vnd.api+json

ip_ranges found

data
object
required