---
title: "Allowlist CIDRs/IP addresses."
method: POST
path: "/v1/serviceAllowlist/addresses/add"
tags: ["serviceAllowlistManagement"]
---

# Allowlist CIDRs/IP addresses.

`POST /v1/serviceAllowlist/addresses/add`

Add CIDR notations and/or IP addresses to the allowlist of the organization if not already there. When service allowlisting functionality is enabled, CIDRs/IP addresses that are allowlisted will have access to Sumo Logic and/or content sharing.

## Request body

- 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.

## 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/versions/18a824df1e78/schema)
