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"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
INGRESS, EGRESS EMAIL, API, DNS, WEB_SCRAPING, TEST_SERVICE successful operation
An array of IpRange objects, each representing a specific IP range with associated details such as CIDR, direction, service, and description.
Show child attributes
Was this page helpful?