GET
/
v1
/
ip_ranges
curl --request GET \
  --url https://api.rootly.com/v1/ip_ranges \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ip_ranges",
    "type": "ip_ranges",
    "attributes": {
      "integrations_ipv4": [
        "34.232.217.139",
        "18.213.181.255"
      ],
      "integrations_ipv6": [],
      "webhooks_ipv4": [
        "34.232.217.139",
        "18.213.181.255"
      ],
      "webhooks_ipv6": []
    }
  }
}

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