---
title: "List all allowlisted CIDRs/IP addresses."
method: GET
path: "/v1/serviceAllowlist/addresses"
tags: ["serviceAllowlistManagement"]
---

# List all allowlisted CIDRs/IP addresses.

`GET /v1/serviceAllowlist/addresses`

Get a list of all allowlisted CIDR notations and/or IP addresses for the organization.

## Response `200`

List of all allowlisted CIDR notations and/or IP addresses for the organization.

- CidrList — A list of CIDR notations and/or IP addresses.
  - `data` Cidr[], required — An array of CIDR notations and/or IP addresses.
    - `cidr` string, required — The string representation of the CIDR notation or IP address.
    - `description` string — Description of the CIDR notation or IP address.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
