v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
SIM Cards

Update a SIM card

Updates SIM card data

patch/sim_cards/{id}

Path parameters

idstring uuid required
Example:6a09cdc3-8948-47f0-aa62-74ac943d6c58

Identifies the SIM.

Request body

actions_in_progressboolean

Indicate whether the SIM card has any pending (in-progress) actions.

authorized_imeisstring[] nullable

List of IMEIs authorized to use a given SIM card.

created_atstring

ISO 8601 formatted date-time indicating when the resource was created.

current_imeistring

IMEI of the device where a given SIM card is currently being used.

current_mccstring

Mobile Country Code of the current network to which the SIM card is connected. It's a three decimal digit that identifies a country.<br/><br/> This code is commonly seen joined with a Mobile Network Code (MNC) in a tuple that allows identifying a carrier known as PLMN (Public Land Mobile Network) code.

current_mncstring

Mobile Network Code of the current network to which the SIM card is connected. It's a two to three decimal digits that identify a network.<br/><br/> This code is commonly seen joined with a Mobile Country Code (MCC) in a tuple that allows identifying a carrier known as PLMN (Public Land Mobile Network) code.

eidstring nullable

The Embedded Identity Document (eID) for eSIM cards.

esim_installation_status'released' | 'disabled' nullable

The installation status of the eSIM. Only applicable for eSIM cards.

iccidstring

The ICCID is the identifier of the specific SIM card/chip. Each SIM is internationally identified by its integrated circuit card identifier (ICCID). ICCIDs are stored in the SIM card's memory and are also engraved or printed on the SIM card body during a process called personalization.

idstring uuid

Identifies the resource.

imsistring

SIM cards are identified on their individual network operators by a unique International Mobile Subscriber Identity (IMSI). <br/> Mobile network operators connect mobile phone calls and communicate with their market SIM cards using their IMSIs. The IMSI is stored in the Subscriber Identity Module (SIM) inside the device and is sent by the device to the appropriate network. It is used to acquire the details of the device in the Home Location Register (HLR) or the Visitor Location Register (VLR).

ipv4string

The SIM's address in the currently connected network. This IPv4 address is usually obtained dynamically, so it may vary according to the location or new connections.

ipv6string

The SIM's address in the currently connected network. This IPv6 address is usually obtained dynamically, so it may vary according to the location or new connections.

live_data_session'connected' | 'disconnected' | 'unknown'

Indicates whether the device is actively connected to a network and able to run data.

msisdnstring

Mobile Station International Subscriber Directory Number (MSISDN) is a number used to identify a mobile phone number internationally. <br/> MSISDN is defined by the E.164 numbering plan. It includes a country code and a National Destination Code which identifies the subscriber's operator.

record_typestring
resources_with_in_progress_actionsobject[]

List of resources with actions in progress.

sim_card_group_idstring uuid

The group SIMCardGroup identification. This attribute can be <code>null</code> when it's present in an associated resource.

tagsstring[]

Searchable tags associated with the SIM card

type'physical' | 'esim'

The type of SIM card

updated_atstring

ISO 8601 formatted date-time indicating when the resource was updated.

versionstring

The version of the SIM card.

voice_enabledboolean

Indicates whether voice services are enabled for the SIM card.

Example request

{
  "actions_in_progress": true,
  "authorized_imeis": [
    "106516771852751",
    "534051870479563",
    "508821468377961"
  ],
  "created_at": "2018-02-02T22:25:27.521Z",
  "current_billing_period_consumed_data": {
    "amount": "2049.0",
    "unit": "MB"
  },
  "current_device_location": {
    "accuracy": 1250,
    "accuracy_unit": "m",
    "latitude": "41.143",
    "longitude": "-8.605"
  },
  "current_imei": "457032284023794",
  "current_mcc": "410",
  "current_mnc": "260",
  "data_limit": {
    "amount": "2048.1",
    "unit": "MB"
  },
  "esim_installation_status": "released",
  "iccid": "89310410106543789301",
  "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
  "imsi": "081932214823362973",
  "ipv4": "192.168.0.0",
  "ipv6": "2001:cdba:0000:0000:0000:0000:3257:9652",
  "live_data_session": "connected",
  "msisdn": "+13109976224",
  "pin_puk_codes": {
    "pin1": "1234",
    "pin2": "5678",
    "puk1": "12345678",
    "puk2": "87654321"
  },
  "record_type": "sim_card",
  "resources_with_in_progress_actions": [],
  "sim_card_group_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
  "status": {
    "reason": "The SIM card is active, ready to connect to networks and consume data.",
    "value": "enabled"
  },
  "tags": [
    "personal",
    "customers",
    "active-customers"
  ],
  "type": "physical",
  "updated_at": "2018-02-02T22:25:27.521Z",
  "version": "4.3"
}

Response

Successful response

Example response

{
  "data": {
    "actions_in_progress": true,
    "authorized_imeis": [
      "106516771852751",
      "534051870479563",
      "508821468377961"
    ],
    "created_at": "2018-02-02T22:25:27.521Z",
    "current_billing_period_consumed_data": {
      "amount": "2049.0",
      "unit": "MB"
    },
    "current_device_location": {
      "accuracy": 1250,
      "accuracy_unit": "m",
      "latitude": "41.143",
      "longitude": "-8.605"
    },
    "current_imei": "457032284023794",
    "current_mcc": "410",
    "current_mnc": "260",
    "data_limit": {
      "amount": "2048.1",
      "unit": "MB"
    },
    "esim_installation_status": "released",
    "iccid": "89310410106543789301",
    "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
    "imsi": "081932214823362973",
    "ipv4": "192.168.0.0",
    "ipv6": "2001:cdba:0000:0000:0000:0000:3257:9652",
    "live_data_session": "connected",
    "msisdn": "+13109976224",
    "pin_puk_codes": {
      "pin1": "1234",
      "pin2": "5678",
      "puk1": "12345678",
      "puk2": "87654321"
    },
    "record_type": "sim_card",
    "resources_with_in_progress_actions": [],
    "sim_card_group_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
    "status": {
      "reason": "The SIM card is active, ready to connect to networks and consume data.",
      "value": "enabled"
    },
    "tags": [
      "personal",
      "customers",
      "active-customers"
    ],
    "type": "physical",
    "updated_at": "2018-02-02T22:25:27.521Z",
    "version": "4.3"
  }
}