curl --request GET \
--url https://api.hubapi.com/meta/network-origins/2026-03/ip-ranges{
"results": [
{
"cidr": "<string>",
"description": "<string>",
"direction": "EGRESS",
"service": "API"
}
]
}Retrieve a collection of IP ranges associated with specific services and directions, such as EMAIL, API, DNS, or WEB_SCRAPING. The response includes details like CIDR notation, description, and the direction of IP traffic.
curl --request GET \
--url https://api.hubapi.com/meta/network-origins/2026-03/ip-ranges{
"results": [
{
"cidr": "<string>",
"description": "<string>",
"direction": "EGRESS",
"service": "API"
}
]
}Was this page helpful?