---
title: "Associate an IP to sub-accounts"
method: POST
path: "/corporate/subAccount/ip/associate"
tags: ["Master account"]
---

# Associate an IP to sub-accounts

`POST /corporate/subAccount/ip/associate`

This endpoint allows to associate an IP to sub-accounts

## Request body

- Body1
  - `ip` string, required — IP Address
  - `ids` integer[], required — Pass the list of sub-account Ids to be associated with the IP address

## Response `201`

IP has been associated with sub-accounts successfully

- object

## Other responses

- `400` — bad request

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/corporate/subAccount/ip/associate/post.md)

---

[API](https://skmtc.dev/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.dev/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
