Soracom · Example Payload

Soracom Sim List Example

IoTCellularLPWANSIMLoRaWANSigfoxMVNOConnectivityEdgeJapan

Soracom Sim List Example is an example object payload from Soracom, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.soracom.io/v1/sims?limit=10",
    "headers": {
      "X-Soracom-API-Key": "api-key-xxxxxxxxxxxx",
      "X-Soracom-Token": "eyJhbGciOiJIUzI1NiJ9..."
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "x-soracom-next-key": "8901234500000000-x"
    },
    "body": [
      {
        "simId": "8981100000000000000",
        "imsi": "440101234567890",
        "msisdn": "0700000000000",
        "iccid": "8981100000000000000",
        "operatorId": "OP0000000000",
        "groupId": "11111111-2222-3333-4444-555555555555",
        "type": "planX3",
        "status": "active",
        "imei": "350000000000000",
        "tags": {
          "name": "field-gateway-01",
          "site": "tokyo-warehouse"
        },
        "sessionStatus": {
          "online": true,
          "lastUpdatedAt": 1748160000000,
          "imei": "350000000000000"
        },
        "createdTime": 1717200000000,
        "lastModifiedTime": 1748160000000
      },
      {
        "simId": "8981100000000000001",
        "imsi": "440101234567891",
        "operatorId": "OP0000000000",
        "type": "plan01s",
        "status": "active",
        "tags": {
          "fleet": "tractor"
        },
        "createdTime": 1717200000001,
        "lastModifiedTime": 1748160000001
      }
    ]
  }
}