Retrieves the IP ranges for rootly.com services
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": []
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ip_ranges found
Show child attributes
Unique ID of the ip_ranges
ip_ranges Show child attributes
IPv4 addresses associated with Rootly integrations.
IPv6 addresses associated with Rootly integrations.
IPv4 addresses associated with Rootly webhooks.
IPv6 addresses associated with Rootly webhooks.
Was this page helpful?
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": []
}
}
}