Skip to main content
GET
/
meta
/
network-origins
/
2026-03
/
ip-ranges
Retrieve IP ranges
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

Query Parameters

direction
enum<string>[]
Available options:
INGRESS,
EGRESS
service
enum<string>[]
Available options:
EMAIL,
API,
DNS,
WEB_SCRAPING,
TEST_SERVICE

Response

successful operation

results
object[]
required

An array of IpRange objects, each representing a specific IP range with associated details such as CIDR, direction, service, and description.

Last modified on May 11, 2026