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": []
}
}
}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": []
}
}
}