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

Successful Response

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

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
