---
title: "Request bulk setting SIM card public IPs."
method: POST
path: "/sim_cards/actions/bulk_set_public_ips"
tags: ["SIM Cards"]
---

# Request bulk setting SIM card public IPs.

`POST /sim_cards/actions/bulk_set_public_ips`

This API triggers an asynchronous operation to set a public IP for each of the specified SIM cards.<br/>
For each SIM Card a SIM Card Action will be generated. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api-reference/sim-card-actions/list-sim-card-actions) API.

## Request body

- object
  - `sim_card_ids` WirelessIdC5290d5308[], required

## Response `202`

Bulk action accepted. Poll GET /bulk_sim_card_actions/{id} with the returned bulk action id to track progress.

- object
  - `data` BulkSIMCardAction — This object represents a bulk SIM card action. It groups SIM card actions created through a bulk endpoint under a single resource for further lookup.
    - `id` string, uuid — Identifies the resource.
    - `record_type` string
    - `action_type` 'bulk_disable_voice' | 'bulk_enable_voice' | 'bulk_set_public_ips' — The action type. It can be one of the following: <br/> <ul> <li><code>bulk_disable_voice</code> - disable voice for every SIM Card in a SIM Card Group.</li> <li><code>bulk_enable_voice</code> - enable voice for every SIM Card in a SIM Card Group.</li> <li><code>bulk_set_public_ips</code> - set a public IP for each specified SIM Card.</li> </ul>
    - `settings` object — A JSON object representation of the bulk action payload.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.

## Other responses

- `422` — Unprocessable entity. Check the 'detail' field in response for details.

## Changes

> 93 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`
- **2026-08-17** `1571b0380bd7` — 1 breaking
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `422`
- **2026-08-04** `8f5f4e537994` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/sim_cards/actions/bulk_set_public_ips/post.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/88481995b4ca?raw)
