v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
SIM Cards

Request bulk setting SIM card 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 API.

post/sim_cards/actions/bulk_set_public_ips

Request body

sim_card_idsWirelessId[] required

Example request

{
  "sim_card_ids": [
    "6b14e151-8493-4fa1-8664-1cc4e6d14158"
  ]
}

Response

Successful Response

Example response

{
  "data": {
    "action_type": "bulk_set_public_ips",
    "created_at": "2018-02-02T22:25:27.521Z",
    "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
    "record_type": "bulk_sim_card_action",
    "settings": {},
    "updated_at": "2018-02-02T22:25:27.521Z"
  }
}